summaryrefslogtreecommitdiff
path: root/sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'sh.h')
-rw-r--r--sh.h1
1 files changed, 1 insertions, 0 deletions
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[]);