summaryrefslogtreecommitdiffstats
path: root/include/ulogd
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-08 23:37:51 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-08 23:37:51 +0000
commit3a7df0cb7fd7f18996266d15536f008620c39f6b (patch)
tree0ab3d200ff0aad3a4b64e6b1c30d1b3727a4d5cb /include/ulogd
parent8a5e415f45bfdb4b778100c62a1eab4c3fc94d8f (diff)
clean up printpkt situation (now we no longer include .c files)
Diffstat (limited to 'include/ulogd')
-rw-r--r--include/ulogd/Makefile.am2
-rw-r--r--include/ulogd/printpkt.h10
2 files changed, 11 insertions, 1 deletions
diff --git a/include/ulogd/Makefile.am b/include/ulogd/Makefile.am
index 5201d15..0933390 100644
--- a/include/ulogd/Makefile.am
+++ b/include/ulogd/Makefile.am
@@ -1,2 +1,2 @@
-noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h
+noinst_HEADERS = conffile.h db.h ipfix_protocol.h linuxlist.h ulogd.h printpkt.h
diff --git a/include/ulogd/printpkt.h b/include/ulogd/printpkt.h
new file mode 100644
index 0000000..90ff134
--- /dev/null
+++ b/include/ulogd/printpkt.h
@@ -0,0 +1,10 @@
+#ifndef _PRINTPKT_H
+#define _PRINTPKT_H
+
+#define INTR_IDS 35
+extern struct ulogd_key printpkt_keys[INTR_IDS];
+
+int printpkt_print(struct ulogd_key *res, char *buf, int prefix);
+int printpkt_init(void);
+
+#endif