summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/configfile.h')
-rw-r--r--apps/plugins/lib/configfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/configfile.h b/apps/plugins/lib/configfile.h
index 4a980b4e67..69869142e2 100644
--- a/apps/plugins/lib/configfile.h
+++ b/apps/plugins/lib/configfile.h
@@ -45,10 +45,10 @@ struct configdata
45/* configfile_save - Given configdata entries this function will 45/* configfile_save - Given configdata entries this function will
46 create a config file with these entries, destroying any 46 create a config file with these entries, destroying any
47 previous config file of the same name */ 47 previous config file of the same name */
48int configfile_save(const char *filename, struct configdata *cfg, 48int configfile_save(const char *filename, const struct configdata *cfg,
49 int num_items, int version); 49 int num_items, int version);
50 50
51int configfile_load(const char *filename, struct configdata *cfg, 51int configfile_load(const char *filename, const struct configdata *cfg,
52 int num_items, int min_version); 52 int num_items, int min_version);
53 53
54/* configfile_get_value - Given a key name, this function will 54/* configfile_get_value - Given a key name, this function will