summaryrefslogtreecommitdiffstats
path: root/include/ulogd/ulogd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd/ulogd.h')
-rw-r--r--include/ulogd/ulogd.h3
1 files changed, 0 insertions, 3 deletions
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 */