summaryrefslogtreecommitdiffstats
path: root/libipulog/libipulog.c
diff options
context:
space:
mode:
Diffstat (limited to 'libipulog/libipulog.c')
-rw-r--r--libipulog/libipulog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libipulog/libipulog.c b/libipulog/libipulog.c
index 8917bcc..6b7ea35 100644
--- a/libipulog/libipulog.c
+++ b/libipulog/libipulog.c
@@ -190,7 +190,7 @@ int ipulog_set_mode()
/* do a BLOCKING read on an ipulog handle */
ssize_t ipulog_read(struct ipulog_handle *h, unsigned char *buf,
- size_t len, int timeout)
+ size_t len)
{
return ipulog_netlink_recvfrom(h, buf, len);
}