aboutsummaryrefslogtreecommitdiffstats
path: root/mdns.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdns.h')
-rw-r--r--mdns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdns.h b/mdns.h
index 0d41d39..cc0b33b 100644
--- a/mdns.h
+++ b/mdns.h
@@ -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);