chiark / gitweb /
Cleaned up more unneeded functions and types in:
[elogind.git] / src / basic / hostname-util.h
index e96cd5f8716341e01782eb91348dbadfe754b2da..dd0960e378d845d50c50ab9385049944ddedf175 100644 (file)
@@ -30,7 +30,7 @@
 // UNNEEDED char* gethostname_malloc(void);
 
 bool hostname_is_valid(const char *s, bool allow_trailing_dot) _pure_;
-char* hostname_cleanup(char *s);
+// UNNEEDED char* hostname_cleanup(char *s);
 
 #define machine_name_is_valid(s) hostname_is_valid(s, false)