summaryrefslogtreecommitdiffstats
path: root/include/ulogd/ulogd.h
diff options
context:
space:
mode:
authorlaforge <laforge>2003-01-13 13:34:55 +0000
committerlaforge <laforge>2003-01-13 13:34:55 +0000
commite0cd65d8451a52b78f3b48cc6594d6ca10d13c0c (patch)
treeb103dab8c34561698070db6192f1d9f1a4abdf07 /include/ulogd/ulogd.h
parentca2bd845c97ddec57f8ee8d97a12ea3928124125 (diff)
signal handler has no return value
Diffstat (limited to 'include/ulogd/ulogd.h')
-rw-r--r--include/ulogd/ulogd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h
index 2aa4aca..8ad1692 100644
--- a/include/ulogd/ulogd.h
+++ b/include/ulogd/ulogd.h
@@ -1,6 +1,6 @@
#ifndef _ULOGD_H
#define _ULOGD_H
-/* ulogd, Version $Revision: 1.15 $
+/* ulogd, Version $Revision: 1.16 $
*
* userspace logging daemon for netfilter ULOG target
* of the linux 2.4 netfilter subsystem.
@@ -9,7 +9,7 @@
*
* this code is released under the terms of GNU GPL
*
- * $Id: ulogd.h,v 1.15 2001/06/17 20:08:30 laforge Exp $
+ * $Id: ulogd.h,v 1.16 2002/06/13 12:55:59 laforge Exp $
*/
#include <libipulog/libipulog.h>
@@ -110,7 +110,7 @@ typedef struct ulog_output {
/* callback function */
int (*output)(ulog_iret_t *ret);
/* callback function for signals (SIGHUP, ..) */
- int (*signal)(int signal);
+ void (*signal)(int signal);
} ulog_output_t;
/* entries of the key hash */