diff options
author | Jakob Kaivo <jkk@x1-nano.kaivo.local> | 2023-04-01 22:16:47 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@x1-nano.kaivo.local> | 2023-04-01 22:16:47 -0400 |
commit | 73611cd92215d478a549a6c869450376efc26393 (patch) | |
tree | 897ea0137b8befe9333cc8c8285ae58b4392c6ab /sh.h | |
parent | d8baf576057910f7773ca9bccc59e024279ccea9 (diff) |
add the list of allowable built-ins with unspecified behavior
Diffstat (limited to 'sh.h')
-rw-r--r-- | sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ int sh_geto(char *option); int sh_interactive(void); int sh_is_special_builtin(const char *util); +int sh_is_unspecified(const char *util); int sh_is_regular_builtin(const char *util); int (*sh_get_builtin(const char *util))(int argc, char *argv[]); int sh_builtin(int argc, char *argv[]); |