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:
parent
9f2912db78
commit
97f1b2f354
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user