From 62defdbdb365c325795b83845f266410cf7c1076 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: Tue, 23 May 2006 08:57:18 +0000 Subject: Move the printpkt functionality out of SYSLOG and LOGEMU, and into a separate PRINTPKT plugin. This reduces code duplication, and also makes the SYSLOG and LOGEMU plugins more general. (Philip Craig) --- include/ulogd/printpkt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3