X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/d52f68e6d38a06c63344eea5d7132949b0f42777..8192b613536019798d71a3507eddd59744cfbe57:/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__ */