X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/993289f9a8abcaa85250856d5940b569b7f21068..2501ff5278198b17c195536d0953cbb40d1a5d3b:/projects/stargazer/plugins/capture/ipq_linux/libipq.h diff --git a/projects/stargazer/plugins/capture/ipq_linux/libipq.h b/projects/stargazer/plugins/capture/ipq_linux/libipq.h index 5f06057a..c55a4e52 100644 --- a/projects/stargazer/plugins/capture/ipq_linux/libipq.h +++ b/projects/stargazer/plugins/capture/ipq_linux/libipq.h @@ -35,10 +35,7 @@ #include "ip_queue_64.h" typedef u_int64_t ipq_id_t; #else -#ifdef HAS_IP_QUEUE_H #include -#else -#include "ip_queue.h" #endif typedef unsigned long ipq_id_t; #endif @@ -86,8 +83,8 @@ int ipq_set_verdict(const struct ipq_handle *h, int ipq_ctl(const struct ipq_handle *h, int request, ...); -/*char *ipq_errstr(void); -void ipq_perror(const char *s);*/ +char *ipq_errstr(void); +//void ipq_perror(const char *s); #endif /* _LIBIPQ_H */