summaryrefslogtreecommitdiffstats
path: root/avahi-core/domain-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/domain-util.h')
-rw-r--r--avahi-core/domain-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/domain-util.h b/avahi-core/domain-util.h
index b464ec4..75a5321 100644
--- a/avahi-core/domain-util.h
+++ b/avahi-core/domain-util.h
@@ -43,7 +43,7 @@ int avahi_binary_domain_cmp(const char *a, const char *b);
int avahi_domain_ends_with(const char *domain, const char *suffix);
/** returns canonical DNS representation of C string representing a domain */
-unsigned char * c_to_canonical_string(char* input);
+unsigned char * c_to_canonical_string(const char* input);
/** returns canonical wire representation of uint16 */
unsigned char * uint16_to_canonical_string(uint16_t v);