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 6e51854..363f249 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 */
-char * c_to_canonical_string(char* input)
+char * c_to_canonical_string(char* input);
AVAHI_C_DECL_END