summaryrefslogtreecommitdiffstats
path: root/include/libipq
diff options
context:
space:
mode:
authorjamesm <jamesm>2001-11-24 15:09:19 +0000
committerjamesm <jamesm>2001-11-24 15:09:19 +0000
commit4dd9426e2097da15b7cd95178852e37bc8075094 (patch)
treece5679544731df99a0b6330db105002b7e5cab66 /include/libipq
parent1d22915eb3630668ac90a3f5d1a697b5a6da37b9 (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 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);