From 93dd119b948d7cf5f3b5bf01a14a40194c5376ab Mon Sep 17 00:00:00 2001 From: laforge Date: Wed, 4 Jul 2001 00:22:54 +0000 Subject: 3rd attemt to make it right :) --- libipulog/libipulog.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libipulog') diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c index 0d4b9fb..5e73099 100644 --- a/libipulog/libipulog.c +++ b/libipulog/libipulog.c @@ -1,5 +1,5 @@ /* - * libipulog.c, $Revision: 1.6 $ + * libipulog.c, $Revision: 1.7 $ * * netfilter ULOG userspace library. * @@ -9,7 +9,7 @@ * This library is still under development, so be aware of sudden interface * changes * - * $Id: libipulog.c,v 1.6 2001/01/30 09:28:04 laforge Exp $ + * $Id: libipulog.c,v 1.7 2001/02/03 18:38:31 laforge Exp $ */ #include @@ -68,7 +68,8 @@ struct ipulog_errmap_t { IPULOG_ERR_INVNL, "Invalid netlink message" }, }; -static ssize_t ipulog_netlink_recvfrom(const struct ipulog_handle *h, +static ssize_t +ipulog_netlink_recvfrom(const struct ipulog_handle *h, unsigned char *buf, size_t len) { int addrlen, status; -- cgit v1.2.3