summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-17 08:24:58 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-17 08:24:58 +0000
commit5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd (patch)
treed954796aec6fe9009c02bb589507036fc8800304 /net.h
parent9a2d4b69f9d4d88d42b3ac8ae38beef00cdc87c3 (diff)
downloadrsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.tar.gz
rsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.tar.xz
rsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.zip
cleaned up code in AddAllowedSender()
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 */