chiark / gitweb /
hashmap.h: fix coding style issue
[elogind.git] / src / shared / fileio.h
index 612968b93d09e84ec0b5bfb29214617b223aa021..34ed3c1e978fe62e219d88978c8acdfb1998f4e9 100644 (file)
@@ -29,5 +29,5 @@ int read_one_line_file(const char *fn, char **line);
 int read_full_file(const char *fn, char **contents, size_t *size);
 
 int parse_env_file(const char *fname, const char *separator, ...) _sentinel_;
-int load_env_file(const char *fname, char ***l);
+int load_env_file(const char *fname, const char *separator, char ***l);
 int write_env_file(const char *fname, char **l);