struct mdns_window; struct mdns_window *mdns_create_window(int standalone); void mdns_show_window(struct mdns_window *mdns); void mdns_destroy_window(struct mdns_window *mdns); int mdns_browse(struct mdns_window *mdns, const char *service, const char *domain);