diff options
Diffstat (limited to 'mdns.h')
-rw-r--r-- | mdns.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ struct mdns_window; -struct mdns_window *mdns_create_window(int standalone); +struct mdns_window *mdns_create_window(int standalone, int url, int xen); void mdns_show_window(struct mdns_window *mdns); void mdns_destroy_window(struct mdns_window *mdns); |