From ca4c6b7d76c5c910e46a7133189c3709761930cc Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 8 Oct 2005 08:47:15 +0000 Subject: remvoe unneeded structure members --- include/ulogd/ulogd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 13da05b..6abc593 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -68,8 +68,6 @@ #define ULOGD_ERROR 7 /* error condition, requires user action */ #define ULOGD_FATAL 8 /* fatal, program aborted */ -//extern FILE *logfile; - /* ulogd data type */ enum ulogd_dtype { ULOGD_DTYPE_NULL, @@ -250,7 +248,6 @@ extern struct ulogd_keyh_entry *ulogd_keyh; struct ulogd_fd { struct list_head list; int fd; /* file descriptor */ - unsigned int flags; unsigned int when; int (*cb)(int fd, unsigned int what, void *data); void *data; /* void * to pass to callback */ -- cgit v1.2.3