discovery.c, since it is used also if compiled without STEMLAB.
static char ipaddr_buf[IPADDR_LEN] = "";
char *ipaddr_radio = &ipaddr_buf[0];
+int discover_only_stemlab=0;
+
#ifdef CLIENT_SERVER
GtkWidget *host_addr_entry;
static char host_addr_buffer[128]="g0orx.ddns.net";
*
*/
+extern int discover_only_stemlab;
+
extern void discovery(void);
extern char *ipaddr_radio;
#include <avahi-gobject/ga-service-resolver.h>
#endif
-int discover_only_stemlab=0;
-
// As we only run in the GTK+ main event loop, which is single-threaded and
// non-preemptive, we shouldn't need any additional synchronisation mechanisms.
static bool discovery_done = FALSE;
*
*/
-extern int discover_only_stemlab;
-
extern void stemlab_discovery(void);
extern int stemlab_start_app(const char * const app_id);
extern int alpine_start_app(const char * const app_id);