Files
small-package/UA2F/src/handler.h
2025-03-06 20:41:12 +08:00

13 lines
246 B
C

#ifndef UA2F_HANDLER_H
#define UA2F_HANDLER_H
#include "third/nfqueue-mnl/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