From: Lennart Poettering Date: Tue, 24 Nov 2015 15:45:12 +0000 (+0100) Subject: dns-domain: remove prototype for function that doesn't exist X-Git-Tag: v229~266^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97f1b2f35478fe8aee5d18dac1a1aa2bb16e6fec;p=thirdparty%2Fsystemd.git dns-domain: remove prototype for function that doesn't exist --- diff --git a/src/shared/dns-domain.h b/src/shared/dns-domain.h index a68df330e6f..e7e471e8a6d 100644 --- a/src/shared/dns-domain.h +++ b/src/shared/dns-domain.h @@ -78,5 +78,3 @@ bool dns_service_name_is_valid(const char *name); int dns_service_join(const char *name, const char *type, const char *domain, char **ret); int dns_service_split(const char *joined, char **name, char **type, char **domain); - -int dns_name_replace_suffix(const char *name, const char *old_suffix, const char *new_suffix, char **ret);