summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printpkt.h
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/printpkt.h
parent8a5e415f45bfdb4b778100c62a1eab4c3fc94d8f (diff)
clean up printpkt situation (now we no longer include .c files)
Diffstat (limited to 'include/ulogd/printpkt.h')
-rw-r--r--include/ulogd/printpkt.h10
1 files changed, 10 insertions, 0 deletions
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