From: laforge Date: Mon, 13 Jan 2003 13:34:55 +0000 (+0000) Subject: signal handler has no return value X-Git-Tag: ulogd-2.0.0beta2~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cd65d8451a52b78f3b48cc6594d6ca10d13c0c;p=thirdparty%2Fulogd2.git signal handler has no return value --- 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 @@ -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 */