chiark / gitweb /
tree-wide: use our memset() macros instead of memset() itself
[elogind.git] / src / shared / env-util.h
index c0b1e382af6e76bf5cb0a9e8a95e5b7277279405..3c6f9d743f270dfa476c43055202e6568c6a1d3c 100644 (file)
@@ -30,7 +30,7 @@ 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);
+char **strv_env_clean_log(char **e, const char *unit_id, const char *message);
 
 bool strv_env_name_or_assignment_is_valid(char **l);