aboutsummaryrefslogtreecommitdiffstats
path: root/mdns.h
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-04-07 15:38:39 +0000
committerkraxel <kraxel>2006-04-07 15:38:39 +0000
commit87fcf49941e76d58934b143a1b1441f263323c12 (patch)
treed67644a0f4ffda122cec12d02af6f31e2b06437a /mdns.h
parentb6b64172f31759d9aa2a9f40438c8ab09f0f9a98 (diff)
downloadxenwatch-87fcf49941e76d58934b143a1b1441f263323c12.tar.gz
mdns hacking
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 78ac755..ee1fc1c 100644
--- a/mdns.h
+++ b/mdns.h
@@ -11,5 +11,5 @@ void mdns_show_window(struct mdns_window *mdns);
void mdns_destroy_window(struct mdns_window *mdns);
int mdns_view(struct mdns_window *mdns, enum mdns_view view);
-int mdns_browse(struct mdns_window *mdns,
+int mdns_browse(struct mdns_window *mdns, int replace,
const char *service, const char *domain);