fixed function args.

This commit is contained in:
dowright 2021-08-18 12:24:07 -07:00 committed by DOWRIGHT
parent 005f246285
commit a34cf60724

View File

@ -154,8 +154,8 @@ cdef extern from "libnetfilter_queue/libnetfilter_queue.h":
int nfq_get_timestamp(nfq_data *nfad, timeval *tv)
nfqnl_msg_packet_hw *nfq_get_packet_hw(nfq_data *nfad)
int nfq_get_nfmark (nfq_data *nfad)
u_int8_t nfq_get_indev(self._nfa)
u_int8_t nfq_get_outdev(self._nfa)
u_int8_t nfq_get_indev(nfq_data *nfad)
u_int8_t nfq_get_outdev(nfq_data *nfad)
nfnl_handle *nfq_nfnlh(nfq_handle *h)
# Dummy defines from linux/socket.h: