]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/hostname-util.h
hostname-util: introduce new is_gateway_hostname() call
[thirdparty/systemd.git] / src / basic / hostname-util.h
index 6f2b5b66ff0bd8eb8c62f14dcd35ec110de1ec20..a1ca94980d7f5316869d68933bb83d7766971345 100644 (file)
@@ -33,6 +33,7 @@ bool hostname_is_valid(const char *s, bool relax) _pure_;
 char* hostname_cleanup(char *s);
 
 bool is_localhost(const char *hostname);
+bool is_gateway_hostname(const char *hostname);
 
 int sethostname_idempotent(const char *s);