- Use 2 seperate u16 values for throttle rate in/out
[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__ */