* Wed Jun 23 2004 David Parrish <david@dparrish.com> 2.0.0
[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__ */