diff options
Diffstat (limited to 'fluid/shell_command.h')
| -rw-r--r-- | fluid/shell_command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/shell_command.h b/fluid/shell_command.h index ea39375f2..e2e553d7b 100644 --- a/fluid/shell_command.h +++ b/fluid/shell_command.h @@ -37,6 +37,10 @@ struct Fl_Menu_Item; class Fl_Widget; +class Fl_Preferences; + +char preferences_get(Fl_Preferences &prefs, const char *key, Fl_String &value, const Fl_String &defaultValue); +char preferences_set(Fl_Preferences &prefs, const char *key, const Fl_String &value); void run_shell_command(const Fl_String &cmd, int flags); |
