diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-04-10 20:11:24 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-04-10 20:11:24 +0200 |
commit | ef4c875db2b1b1a66ade8524516b898396beb721 (patch) | |
tree | 9f7567ffc0f308774a119b3e48dcf659603d0b42 /include/conntrackd.h | |
parent | 8180658a4881744c59903d35afd2166caa075068 (diff) | |
download | conntrack-tools-ef4c875db2b1b1a66ade8524516b898396beb721.tar.gz conntrack-tools-ef4c875db2b1b1a66ade8524516b898396beb721.zip |
daemon: remove unused constants in header file
This patch removes a couple of constants that have no clients in
the conntrackd code.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/conntrackd.h')
-rw-r--r-- | include/conntrackd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index 83f4e24..737c7fd 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -204,12 +204,6 @@ extern struct ct_conf conf; extern union ct_state state; extern struct ct_general_state st; -#ifndef IPPROTO_VRRP -#define IPPROTO_VRRP 112 -#endif - -#define STEPS_PER_SECONDS 5 - struct ct_mode { int (*init)(void); void (*run)(fd_set *readfds); |