mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-09 16:31:07 +02:00
10 lines
141 B
C
10 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 */
|