diff options
Diffstat (limited to 'src/spawn.h')
-rw-r--r-- | src/spawn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spawn.h b/src/spawn.h index 57b4f72..9658d0d 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -24,6 +24,8 @@ #include "parser.h" #include "qregisters.h" +namespace SciTECO { + gchar **parse_shell_command_line(const gchar *cmdline, GError **error); class StateExecuteCommand : public StateExpectString { @@ -63,4 +65,6 @@ namespace States { extern StateEGCommand egcommand; } +} /* namespace SciTECO */ + #endif |