X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..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 41cca57e..c55a4e52 100644 --- a/projects/stargazer/plugins/capture/ipq_linux/libipq.h +++ b/projects/stargazer/plugins/capture/ipq_linux/libipq.h @@ -36,6 +36,7 @@ typedef u_int64_t ipq_id_t; #else #include +#endif typedef unsigned long ipq_id_t; #endif @@ -82,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 */