X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/272e831e8071da5296e8dd2061f8a166fd70fd07..81df00fe35b1eabe87037d8b17ccae4eca383e39:/util.h?ds=sidebyside

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__ */