projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
handle routing properly in lone-master case
[l2tpns.git]
/
util.h
diff --git
a/util.h
b/util.h
index
21c82a3
..
5fe9d4f
100644
(file)
--- 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__ */