diff options
author | kraxel <kraxel> | 2006-04-07 15:38:39 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-04-07 15:38:39 +0000 |
commit | 87fcf49941e76d58934b143a1b1441f263323c12 (patch) | |
tree | d67644a0f4ffda122cec12d02af6f31e2b06437a /mdns.h | |
parent | b6b64172f31759d9aa2a9f40438c8ab09f0f9a98 (diff) | |
download | xenwatch-87fcf49941e76d58934b143a1b1441f263323c12.tar.gz |
mdns hacking
Diffstat (limited to 'mdns.h')
-rw-r--r-- | mdns.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |