mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-13 18:09:33 +00:00
11 lines
141 B
C
11 lines
141 B
C
|
|
|
|
void dedupe_init (int ttl);
|
|
|
|
void dedupe_remember (packet_t pp, int chan);
|
|
|
|
int dedupe_check (packet_t pp, int chan);
|
|
|
|
|
|
/* end dedupe.h */
|