1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-13 17:18:18 +03:00

dns-domain: remove prototype for function that doesn't exist

This commit is contained in:
Lennart Poettering 2015-11-24 16:45:12 +01:00
parent 9f2912db78
commit 97f1b2f354

View File

@ -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);