summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaforge <laforge>2001-01-30 12:05:30 +0000
committerlaforge <laforge>2001-01-30 12:05:30 +0000
commit0dc9a8759d0abadcb2ff7432640dd229c11db146 (patch)
treee4e5d2a7315acd0106a2ca54685e22ed094c584f /include
parenta3d6b2e3adeb7d0560aa8d4757d023bb2faa2f41 (diff)
new ULOG revision: supports in-kernel batching of packets and netlink multipart
messages
Diffstat (limited to 'include')
-rw-r--r--include/libipulog/libipulog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libipulog/libipulog.h b/include/libipulog/libipulog.h
index 9f920dd..9b0c277 100644
--- a/include/libipulog/libipulog.h
+++ b/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);