mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-26 21:18:06 +00:00
13 lines
234 B
C
13 lines
234 B
C
#ifndef UA2F_HANDLER_H
|
|
#define UA2F_HANDLER_H
|
|
|
|
#include "third/nfqueue-mnl.h"
|
|
|
|
extern bool use_conntrack;
|
|
|
|
void init_handler();
|
|
|
|
void handle_packet(const struct nf_queue *queue, const struct nf_packet *pkt);
|
|
|
|
#endif // UA2F_HANDLER_H
|