X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3374076d37caa383605c0db0c71e9d17363b91c3..da585bb94c437f06762a2042ef4c52166b8aafce:/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 58a71587..d2c56e75 100644 --- a/projects/stargazer/plugins/capture/ipq_linux/libipq.h +++ b/projects/stargazer/plugins/capture/ipq_linux/libipq.h @@ -18,7 +18,7 @@ * GNU General Public License for more details. * */ - + #ifndef _LIBIPQ_H #define _LIBIPQ_H @@ -71,16 +71,12 @@ ipq_packet_msg_t *ipq_get_packet(const unsigned char *buf); int ipq_message_type(const unsigned char *buf); -int ipq_get_msgerr(const unsigned char *buf); - int ipq_set_verdict(const struct ipq_handle *h, ipq_id_t id, unsigned int verdict, size_t data_len, unsigned char *buf); -int ipq_ctl(const struct ipq_handle *h, int request, ...); - char *ipq_errstr(void); //void ipq_perror(const char *s);