]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/common.h
bash-4.3-beta overlay
[thirdparty/bash.git] / builtins / common.h
index 28f0200836fcb9b2258c8235408eefe727500c88..b0c2f7db1216956063fc6cf52a20f53548bc8841 100644 (file)
@@ -155,6 +155,7 @@ extern int set_or_show_attributes __P((WORD_LIST *, int, int));
 extern int show_all_var_attributes __P((int, int));
 extern int show_var_attributes __P((SHELL_VAR *, int, int));
 extern int show_name_attributes __P((char *, int));
+extern int show_func_attributes __P((char *, int));
 extern void set_var_attribute __P((char *, int, int));
 
 /* Functions from pushd.def */