summaryrefslogtreecommitdiffstats
path: root/include/libnfnetlink_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libnfnetlink_log.h')
-rw-r--r--include/libnfnetlink_log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libnfnetlink_log.h b/include/libnfnetlink_log.h
index e054597..d020d3b 100644
--- a/include/libnfnetlink_log.h
+++ b/include/libnfnetlink_log.h
@@ -42,5 +42,7 @@ extern int nfulnl_unbind_group(struct nfulnl_g_handle *qh);
extern int nfulnl_set_mode(struct nfulnl_g_handle *qh,
u_int8_t mode, unsigned int len);
-
+extern int nfulnl_set_timeout(struct nfulnl_g_handle *gh, u_int32_t timeout);
+extern int nfulnl_set_qthresh(struct nfulnl_g_handle *gh, u_int32_t qthresh);
+extern int nfulnl_set_nlbufsiz(struct nfulnl_g_handle *gh, u_int32_t nlbufsiz);
#endif /* __LIBNFNETLINK_LOG_H */