diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:10:23 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-01-15 13:10:23 +0000 |
commit | a944cf07400e78ac17f559dd41a670427648c258 (patch) | |
tree | 6c65a226050854e4b86db13f53f5b40d2527c108 /ChangeLog | |
parent | 369a532132e9c9f19e0dd07d2e2c554c92c70f67 (diff) | |
download | conntrack-tools-a944cf07400e78ac17f559dd41a670427648c258.tar.gz conntrack-tools-a944cf07400e78ac17f559dd41a670427648c258.zip |
Max Kellermann <max@duempel.org>:
set the return type of the parse functions to "void"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ o use const when possible o remove prefetch in slist.h since it confuses gcc o fix illegal use of return in the yacc code, use break instead o fix wrong invocations after prototype cleanup +o set the return type of the parse functions to "void" version 0.9.5 (2007/07/29) ------------------------------ |