]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
signal handler has no return value
authorlaforge <laforge>
Mon, 13 Jan 2003 13:34:55 +0000 (13:34 +0000)
committerlaforge <laforge>
Mon, 13 Jan 2003 13:34:55 +0000 (13:34 +0000)
include/ulogd/ulogd.h

index 2aa4acac2cecb40d9b90f5a839ed71b12362b456..8ad1692d7cf50b2319a5f0ceec6bba332a0ab7d3 100644 (file)
@@ -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 */