diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-01-15 14:17:13 +0000 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-01-15 14:17:13 +0000 |
commit | 25205fd1f328df935aa416c9478d6a0bcf1a7d96 (patch) | |
tree | 02aa0fce48a7b73e7972671e249b4bbbae39f8e1 /src/conf.h | |
parent | cd005a94cec38e73ca796f1d142c193f48aaa27f (diff) |
move initialize_config_defaults to conf.c
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,8 @@ struct config_s { vector_t add_headers; }; +void initialize_config_defaults (struct config_s *conf); + extern int reload_config_file (const char *config_fname, struct config_s *conf, struct config_s *defaults); |