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