diff options
Diffstat (limited to 'fluid/shell_command.h')
| -rw-r--r-- | fluid/shell_command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/shell_command.h b/fluid/shell_command.h index 84de3630a..353874dfd 100644 --- a/fluid/shell_command.h +++ b/fluid/shell_command.h @@ -43,6 +43,7 @@ char preferences_get(Fl_Preferences &prefs, const char *key, Fl_String &value, c char preferences_set(Fl_Preferences &prefs, const char *key, const Fl_String &value); void run_shell_command(const Fl_String &cmd, int flags); +bool shell_command_running(void); class Fl_Process { public: |
