diff options
Diffstat (limited to 'apps/plugins/lib/configfile.h')
| -rw-r--r-- | apps/plugins/lib/configfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/configfile.h b/apps/plugins/lib/configfile.h index 7aa69f3..fe4b43c 100644 --- a/apps/plugins/lib/configfile.h +++ b/apps/plugins/lib/configfile.h @@ -37,7 +37,7 @@ struct configdata NULL otherwise */ }; -void configfile_init(struct plugin_api* newrb); +void configfile_init(const struct plugin_api* newrb); /* configfile_save - Given configdata entries this function will create a config file with these entries, destroying any |