X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/91ea0d697dbf1262ec369a5eac4b15b462e34e3c..c34bfa1cfc1b1e10c21defcb045e8dd7cd47d30f:/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__ */