summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ulogd/printpkt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ulogd/printpkt.h b/include/ulogd/printpkt.h
index 90ff134..bdaeaa4 100644
--- a/include/ulogd/printpkt.h
+++ b/include/ulogd/printpkt.h
@@ -4,7 +4,6 @@
#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);
+int printpkt_print(struct ulogd_key *res, char *buf);
#endif