]> git.meshlink.io Git - catta/blobdiff - avahi-client/client.h
implement avahi_client_set_host_name() as wrapper around the new DBUS function o...
[catta] / avahi-client / client.h
index e15c1303be94d1c695a63cb0062477f9f93e75b5..f102f05934b3d55f32aebb85b7728ae41767b003 100644 (file)
@@ -77,6 +77,9 @@ const char* avahi_client_get_version_string (AvahiClient*);
 /** Get host name */
 const char* avahi_client_get_host_name (AvahiClient*);
 
+/** Set host name. \since 0.6.13 */
+int avahi_client_set_host_name(AvahiClient*, const char *name);
+
 /** Get domain name */
 const char* avahi_client_get_domain_name (AvahiClient*);