mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-12 01:21:45 +02:00
6 lines
78 B
C
6 lines
78 B
C
|
|
||
|
/* recv.h */
|
||
|
|
||
|
void recv_init (struct audio_s *pa);
|
||
|
|
||
|
void recv_process (void);
|