We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open_builtin_script()
1 parent f1e959c commit 46bf3f6Copy full SHA for 46bf3f6
src/exec.h
@@ -53,7 +53,6 @@ ssize_t handle_exec (
53
) NONNULL_ARGS;
54
55
ExecAction lookup_exec_action(const char *name, int fd) NONNULL_ARGS;
56
-int open_builtin_script(ErrorBuffer *ebuf, const char *name) NONNULL_ARGS WARN_UNUSED_RESULT;
57
void yield_terminal(struct EditorState *e, bool quiet) NONNULL_ARGS;
58
void resume_terminal(struct EditorState *e, bool quiet, bool prompt) NONNULL_ARGS;
59
void collect_exec_actions(PointerArray *a, const char *prefix, int fd) NONNULL_ARGS;
0 commit comments