mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-08 16:01:08 +02:00
11 lines
180 B
C
11 lines
180 B
C
|
|
||
|
#if (USE_AVAHI_CLIENT|USE_MACOS_DNSSD)
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
#define DNS_SD_SERVICE "_kiss-tnc._tcp"
|
||
|
|
||
|
void dns_sd_announce (struct misc_config_s *mc);
|
||
|
|
||
|
#endif // USE_AVAHI_CLIENT
|