summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'net.h')
-rw-r--r--net.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net.h b/net.h
index 1ac4906b..b110d46b 100644
--- a/net.h
+++ b/net.h
@@ -1,5 +1,4 @@
-/*
- * TODO: All network stuff should go here (and to net.c)
+/* All network stuff should go here (and to net.c)
*/
#ifndef INCLUDED_NET_H
@@ -28,5 +27,5 @@ struct NetAddr {
} addr;
};
-#endif
+#endif /* #ifdef SYSLOG_INET */
#endif /* #ifndef INCLUDED_NET_H */