]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/common.h
Bash-4.1 distribution source
[thirdparty/bash.git] / builtins / common.h
index ecf9d1b454fa1f37ad78fec866a040e105c8bad2..efbb0785c117cfcb537f7c4361e36cf8dc034f2b 100644 (file)
@@ -139,7 +139,11 @@ extern char **get_shopt_options __P((void));
 extern int shopt_setopt __P((char *, int));
 extern int shopt_listopt __P((char *, int));
 
-extern int set_login_shell __P((int));
+extern int set_login_shell __P((char *, int));
+
+extern void set_bashopts __P((void));
+extern void parse_bashopts __P((char *));
+extern void initialize_bashopts __P((int));
 
 /* Functions from type.def */
 extern int describe_command __P((char *, int));