diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 08:24:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-17 08:24:58 +0000 |
commit | 5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd (patch) | |
tree | d954796aec6fe9009c02bb589507036fc8800304 /net.h | |
parent | 9a2d4b69f9d4d88d42b3ac8ae38beef00cdc87c3 (diff) | |
download | rsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.tar.gz rsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.tar.xz rsyslog-5ea66d7bbbf34b884f4850e5206cdaa4f3f171dd.zip |
cleaned up code in AddAllowedSender()
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 */ |