mirror of
https://github.com/g8bpq/QtSoundModem.git
synced 2025-04-05 22:41:30 +02:00
10 lines
180 B
C
10 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
|