mirror of https://github.com/wb2osz/direwolf.git
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 */
|