diff options
Diffstat (limited to 'src/spawn.h')
| -rw-r--r-- | src/spawn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/spawn.h b/src/spawn.h index 09764bd..5d2a5a4 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -18,5 +18,7 @@ #include "parser.h" +gchar **teco_parse_shell_command_line(const gchar *cmdline, GError **error); + extern teco_state_t teco_state_execute; extern teco_state_t teco_state_egcommand; |
