diff options
Diffstat (limited to 'builtins/common.h')
-rw-r--r-- | builtins/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtins/common.h b/builtins/common.h index ecf9d1b4..a1940305 100644 --- a/builtins/common.h +++ b/builtins/common.h @@ -141,6 +141,10 @@ extern int shopt_listopt __P((char *, int)); extern int set_login_shell __P((int)); +extern void set_bashopts __P((void)); +extern void parse_bashopts __P((char *)); +extern void intialize_bashopts __P((int)); + /* Functions from type.def */ extern int describe_command __P((char *, int)); |