summaryrefslogtreecommitdiffstats
path: root/x11vnc/avahi.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/avahi.h')
-rw-r--r--x11vnc/avahi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/avahi.h b/x11vnc/avahi.h
index a8a07e3..7b7a6bc 100644
--- a/x11vnc/avahi.h
+++ b/x11vnc/avahi.h
@@ -36,7 +36,7 @@ so, delete this exception statement from your version.
/* -- avahi.h -- */
extern void avahi_initialise(void);
-extern void avahi_advertise(const char *name, const char *host, const uint16_t port);
+extern void avahi_advertise(char *name, char *host, uint16_t port);
extern void avahi_reset(void);
extern void avahi_cleanup(void);