diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-02 14:53:26 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-02 14:53:26 +0200 |
| commit | 66b6992e1b58179567c6bcfade309fb905890001 (patch) | |
| tree | 74de66c07762d025ce3d2ae6139f6275893afb86 /src/spawn.h | |
| parent | affac915ea52886eea9bc49b43e5173ad6d14147 (diff) | |
teco_parse_shell_command_line() is now public
It can also be useful for spawning $SCITECO_CLIPBOARD_SET/GET processes (currently via popen())
and for launching language servers.
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; |
