diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/dte/exec.h | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/dte/exec.h')
| -rw-r--r-- | examples/dte/exec.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/examples/dte/exec.h b/examples/dte/exec.h deleted file mode 100644 index e40a11f..0000000 --- a/examples/dte/exec.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef EXEC_H -#define EXEC_H - -#include <stdbool.h> -#include <sys/types.h> -#include "editor.h" -#include "spawn.h" -#include "util/macros.h" - -typedef enum { - EXEC_INVALID = -1, - // Note: items below here need to be kept sorted - EXEC_BUFFER = 0, - EXEC_COMMAND, - EXEC_ERRMSG, - EXEC_EVAL, - EXEC_LINE, - EXEC_MSG, - EXEC_NULL, - EXEC_OPEN, - EXEC_SEARCH, - EXEC_TAG, - EXEC_TTY, - EXEC_WORD, -} ExecAction; - -ssize_t handle_exec ( - EditorState *e, - const char **argv, - ExecAction actions[3], - SpawnFlags spawn_flags, - bool strip_trailing_newline -) NONNULL_ARGS; - -ExecAction lookup_exec_action(const char *name, int fd) NONNULL_ARGS; - -#endif |
