diff options
Diffstat (limited to 'proxy/src/gp_config.h')
-rw-r--r-- | proxy/src/gp_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_config.h b/proxy/src/gp_config.h index 9d0d1d7..1bc756c 100644 --- a/proxy/src/gp_config.h +++ b/proxy/src/gp_config.h @@ -31,7 +31,7 @@ struct gp_ini_context { void *private_data; }; -int gp_config_init(const char *config_file, +int gp_config_init(const char *config_file, const char *config_dir, struct gp_ini_context *ctx); int gp_config_get_string(struct gp_ini_context *ctx, const char *secname, |