diff options
Diffstat (limited to 'src/config/config.h')
| -rw-r--r-- | src/config/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config/config.h b/src/config/config.h index 3f74fc3..70435ac 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -5,6 +5,7 @@ #include "log/log.h" #include "list/list.h" #include "mime/mime.h" +#include "rewrites/rewrites.h" #include <errno.h> @@ -32,10 +33,12 @@ typedef struct config_w { config_m master_config(char *filename); config_w worker_config(char *filename); +str get_key(str file, str key); + void free_master_config(config_m *conf); void free_worker_config(config_w *conf); void print_master_config(config_m conf); void print_worker_config(config_w conf); -#endif +#endif
\ No newline at end of file |
