chiark / gitweb /
dbus: add 'Tainted' property to Manager object
[elogind.git] / src / util.h
index 3f3347d59a09189cba4b720c90ebbf7130c87952..a2e3b944399a6a292d0c227e92c40250d3acb460 100644 (file)
@@ -195,6 +195,7 @@ int read_one_line_file(const char *fn, char **line);
 int read_full_file(const char *fn, char **contents);
 
 int parse_env_file(const char *fname, const char *separator, ...) _sentinel_;
+int load_env_file(const char *fname, char ***l);
 
 char *strappend(const char *s, const char *suffix);
 char *strnappend(const char *s, const char *suffix, size_t length);