summaryrefslogtreecommitdiffstats
path: root/include/ulogd/printpkt.h
diff options
context:
space:
mode:
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