summaryrefslogtreecommitdiffstats
path: root/include/libipq
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2001-11-24 15:09:19 +0000
committerJames Morris <jmorris@namei.org>2001-11-24 15:09:19 +0000
commitffe96c5a701396fd666228034ff694ffdcd1ad10 (patch)
treece5679544731df99a0b6330db105002b7e5cab66 /include/libipq
parent96b71718c5b1d40499333730f17914af2da9e89a (diff)
IPv6 queue handler, libipq support, documentation from Fernando Anton.
Diffstat (limited to 'include/libipq')
-rw-r--r--include/libipq/libipq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h
index bb7eee99..5a83a4a7 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);