chiark / gitweb /
Prep v226: Mask all unneeded functions
[elogind.git] / src / basic / hostname-util.h
index aab3a495b026780c7429968b9e16b0010b5e8e79..e96cd5f8716341e01782eb91348dbadfe754b2da 100644 (file)
@@ -35,7 +35,7 @@ char* hostname_cleanup(char *s);
 #define machine_name_is_valid(s) hostname_is_valid(s, false)
 
 bool is_localhost(const char *hostname);
-bool is_gateway_hostname(const char *hostname);
+// UNNEEDED bool is_gateway_hostname(const char *hostname);
 
 // UNNEEDED int sethostname_idempotent(const char *s);