summaryrefslogtreecommitdiffstats
path: root/libipulog/libipulog.c
diff options
context:
space:
mode:
authorlaforge <laforge>2001-07-04 00:22:54 +0000
committerlaforge <laforge>2001-07-04 00:22:54 +0000
commit93dd119b948d7cf5f3b5bf01a14a40194c5376ab (patch)
tree5140fb5e769e4713db4a9304f895d412c8431fef /libipulog/libipulog.c
parent0ee0871a47ce9318409446bec8b5d1b892cb3539 (diff)
3rd attemt to make it right :)
Diffstat (limited to 'libipulog/libipulog.c')
-rw-r--r--libipulog/libipulog.c7
1 files changed, 4 insertions, 3 deletions
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 <stdlib.h>
@@ -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;