direwolf/src/nettnc.h

7 lines
143 B
C
Raw Normal View History

2024-07-18 23:41:12 +00:00
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);