summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_config.h')
-rw-r--r--proxy/src/gp_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proxy/src/gp_config.h b/proxy/src/gp_config.h
index 5ae3495..8b6341b 100644
--- a/proxy/src/gp_config.h
+++ b/proxy/src/gp_config.h
@@ -36,6 +36,10 @@ int gp_config_init(const char *config_file,
char *gp_config_get_string(struct gp_ini_context *ctx,
const char *secname,
const char *keyname);
+char **gp_config_get_string_array(struct gp_ini_context *ctx,
+ const char *secname,
+ const char *keyname,
+ int *num_values);
int gp_config_get_int(struct gp_ini_context *ctx,
const char *secname,
const char *keyname);