summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-10-27 01:23:35 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org>2005-10-27 01:23:35 +0000
commitab803040bab7a5b02aa99f6ffdb782848163d964 (patch)
tree3f2e4417acbc550ef5553e289f1a406d8b369a54 /include
parent0a6f6cedb730df9280f99ee1acd007f9e5b971aa (diff)
See ChangeLog
Diffstat (limited to 'include')
-rw-r--r--include/conntrack.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/conntrack.h b/include/conntrack.h
index db434d6..db96102 100644
--- a/include/conntrack.h
+++ b/include/conntrack.h
@@ -1,11 +1,12 @@
-#ifndef _LIBCT_PROTO_H
-#define _LIBCT_PROTO_H
+#ifndef _CONNTRACK_H
+#define _CONNTRACK_H
#include "linux_list.h"
#include <getopt.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
-#define LIBCT_VERSION "0.1.0"
+#define PROGNAME "conntrack"
+#define VERSION "0.92"
/* FIXME: These should be independent from kernel space */
#define IPS_ASSURED (1 << 2)