diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 3f3347d59a..a2e3b94439 100644 --- a/src/util.h +++ b/src/util.h @@ -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); |