diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-02-17 09:53:11 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-02-17 09:53:11 +0000 |
| commit | bda4ec10fcc5a02bf440cc5392f80c958cfd16bd (patch) | |
| tree | 3751e54753283e004f09c9e54cc014df074a50d4 /apps/settings.h | |
| parent | 5eb63848781842b09963017a2cae34d3b8c0f00c (diff) | |
| download | rockbox-bda4ec10fcc5a02bf440cc5392f80c958cfd16bd.zip rockbox-bda4ec10fcc5a02bf440cc5392f80c958cfd16bd.tar.gz rockbox-bda4ec10fcc5a02bf440cc5392f80c958cfd16bd.tar.bz2 rockbox-bda4ec10fcc5a02bf440cc5392f80c958cfd16bd.tar.xz | |
Fixed a number of .cfg loader bugs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index bfdf12b..6f127e0 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -171,6 +171,7 @@ bool set_option(char* string, int* variable, char* options[], bool set_int(char* string, char* unit, int* variable, void (*function)(int), int step, int min, int max ); bool set_time(char* string, int timedate[]); +void set_file(char* filename, char* setting, int maxlen); /* global settings */ extern struct user_settings global_settings; |