From 4dd9426e2097da15b7cd95178852e37bc8075094 Mon Sep 17 00:00:00 2001 From: jamesm Date: Sat, 24 Nov 2001 15:09:19 +0000 Subject: IPv6 queue handler, libipq support, documentation from Fernando Anton. --- include/libipq/libipq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libipq/libipq.h') diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h index bb7eee9..5a83a4a 100644 --- a/include/libipq/libipq.h +++ b/include/libipq/libipq.h @@ -58,7 +58,7 @@ struct ipq_handle struct sockaddr_nl peer; }; -struct ipq_handle *ipq_create_handle(u_int32_t flags); +struct ipq_handle *ipq_create_handle(u_int32_t flags, u_int32_t protocol); int ipq_destroy_handle(struct ipq_handle *h); -- cgit v1.2.3