diff options
Diffstat (limited to 'builtins/common.h')
-rw-r--r-- | builtins/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/common.h b/builtins/common.h index a3835ca..ecf9d1b 100644 --- a/builtins/common.h +++ b/builtins/common.h @@ -81,6 +81,7 @@ extern void sh_nojobs __P((char *)); extern void sh_restricted __P((char *)); extern void sh_notbuiltin __P((char *)); extern void sh_wrerror __P((void)); +extern void sh_ttyerror __P((int)); extern int sh_chkwrite __P((int)); extern char **make_builtin_argv __P((WORD_LIST *, int *)); |