summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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);