chiark / gitweb /
core: add support for a configurable system-wide start-up timeout
[elogind.git] / src / shared / util.h
index 8cd47b82947819b261493b6aaf48c151e41bc09c..cd947dbbef155317c98c243df88feeef0d702f55 100644 (file)
@@ -978,3 +978,5 @@ int is_symlink(const char *path);
 
 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);