From 73611cd92215d478a549a6c869450376efc26393 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 1 Apr 2023 22:16:47 -0400 Subject: add the list of allowable built-ins with unspecified behavior --- sh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sh.h') diff --git a/sh.h b/sh.h index d6a7f68..a69e867 100644 --- a/sh.h +++ b/sh.h @@ -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[]); -- cgit v1.2.1