mirror of https://github.com/wb2osz/direwolf.git
7 lines
143 B
C
7 lines
143 B
C
|
|
||
|
|
||
|
void nettnc_init (struct audio_s *pa);
|
||
|
|
||
|
int nettnc_attach (int chan, char *host, int port);
|
||
|
|
||
|
void nettnc_send_packet (int chan, packet_t pp);
|