projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
roll in Michael's "limp along" fix for when a slave drops temporarily from the mcast...
[l2tpns.git]
/
util.h
diff --git
a/util.h
b/util.h
index
ec2c017
..
be797f8
100644
(file)
--- a/
util.h
+++ b/
util.h
@@
-1
+1,6
@@
+#ifndef __UTIL_H__
+#define __UTIL_H__
+
char *inet_toa(unsigned long addr);
+
+#endif /* __UTIL_H__ */