From 3a7df0cb7fd7f18996266d15536f008620c39f6b Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sun, 8 Jan 2006 23:37:51 +0000 Subject: clean up printpkt situation (now we no longer include .c files) --- include/ulogd/Makefile.am | 2 +- include/ulogd/printpkt.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 include/ulogd/printpkt.h (limited to 'include') 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 -- cgit v1.2.3