chiark / gitweb /
core: remove system start timeout logic again
[elogind.git] / src / shared / util.h
index 887cdc4a445413bbfccba6168f1f883ef91c89f3..35584467c15df5b87eac8b6ad15bd45065281979 100644 (file)
@@ -997,3 +997,5 @@ int unquote_first_word(const char **p, char **ret);
 int unquote_many_words(const char **p, ...) _sentinel_;
 
 int free_and_strdup(char **p, const char *s);
+
+int sethostname_idempotent(const char *s);