Skip to content

Commit

Permalink
fix: use same definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 10, 2023
1 parent 0276691 commit d880329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

void init_handler();

void handle_packet(struct nf_queue *queue, struct nf_packet *pkt);
void handle_packet(const struct nf_queue *queue, const struct nf_packet *pkt);

#endif //UA2F_HANDLER_H

0 comments on commit d880329

Please sign in to comment.