summaryrefslogtreecommitdiffstats
path: root/x11vnc/avahi.h
diff options
context:
space:
mode:
authorrunge <runge>2007-02-12 23:44:39 +0000
committerrunge <runge>2007-02-12 23:44:39 +0000
commit241f3ed566d34bf5b6c67ebebcc00727134d93b2 (patch)
treee42ddc70dc6a50503a2e22aef238c7a1fde7fb43 /x11vnc/avahi.h
parent0016cd4280ee9a0d088454a508a9c7f6bde33f62 (diff)
downloadlibvncserver-241f3ed566d34bf5b6c67ebebcc00727134d93b2.zip
libvncserver-241f3ed566d34bf5b6c67ebebcc00727134d93b2.tar.gz
x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create
Diffstat (limited to 'x11vnc/avahi.h')
-rw-r--r--x11vnc/avahi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11vnc/avahi.h b/x11vnc/avahi.h
new file mode 100644
index 0000000..4df7316
--- /dev/null
+++ b/x11vnc/avahi.h
@@ -0,0 +1,11 @@
+#ifndef _X11VNC_AVAHI_H
+#define _X11VNC_AVAHI_H
+
+/* -- avahi.h -- */
+
+extern void avahi_initialise(void);
+extern void avahi_advertise(const char *name, const char *host, const uint16_t port);
+extern void avahi_reset(void);
+extern void avahi_cleanup(void);
+
+#endif /* _X11VNC_AVAHI_H */
OpenPOWER on IntegriCloud