From 98e4a43a3915074fbed3c40f5118c42ba24b33cf Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 30 Jan 2001 09:28:04 +0000 Subject: added support for multipart netlink messages (new ULOG target) --- libipulog/include/libipulog/libipulog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libipulog/include') diff --git a/libipulog/include/libipulog/libipulog.h b/libipulog/include/libipulog/libipulog.h index 9f920dd..9b0c277 100644 --- a/libipulog/include/libipulog/libipulog.h +++ b/libipulog/include/libipulog/libipulog.h @@ -23,7 +23,9 @@ void ipulog_destroy_handle(struct ipulog_handle *h); ssize_t ipulog_read(struct ipulog_handle *h, unsigned char *buf, size_t len, int timeout); -ulog_packet_msg_t *ipulog_get_packet(const unsigned char *buf); +ulog_packet_msg_t *ipulog_get_packet(struct ipulog_handle *h, + const unsigned char *buf, + size_t len); void ipulog_perror(const char *s); -- cgit v1.2.3