X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/d52f68e6d38a06c63344eea5d7132949b0f42777..5e01d2924d4eec8915e93a2cae01217ae25ab4dc:/util.h diff --git a/util.h b/util.h index 21c82a3..5fe9d4f 100644 --- a/util.h +++ b/util.h @@ -3,5 +3,6 @@ char *inet_toa(unsigned long addr); void *shared_malloc(unsigned int size); +pid_t fork_and_close(void); #endif /* __UTIL_H__ */