chiark / gitweb /
move _cleanup_ attribute in front of the type
[elogind.git] / src / shared / env-util.h
index 93bf596ca889a1c45a972e71f09e59df7bc64dba..b2e520c102ee242dd509e86cece7721b9293e8a9 100644 (file)
@@ -30,6 +30,9 @@ bool env_assignment_is_valid(const char *e);
 
 bool strv_env_is_valid(char **e);
 char **strv_env_clean(char **l);
+char **strv_env_clean_log(char **e, const char *message);
+
+bool strv_env_name_or_assignment_is_valid(char **l);
 
 char **strv_env_merge(unsigned n_lists, ...);
 char **strv_env_delete(char **x, unsigned n_lists, ...); /* New copy */