summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:48 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:23:48 -0500
commit33fe8777ceb37428666ade0fa64dbac94d6b8fe5 (patch)
tree73797f03e5ae1560988384227dca480417b541b9 /variables.h
parentf13513ff9ecac9ed83d930fab26329cd7aba4885 (diff)
downloadbash-33fe8777ceb37428666ade0fa64dbac94d6b8fe5.tar.gz
commit bash-20080515 snapshot
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index cc621740..9e5ab162 100644
--- a/variables.h
+++ b/variables.h
@@ -325,6 +325,10 @@ extern void set_pipestatus_from_exit __P((int));
is one of the special ones where something special happens. */
extern void stupidly_hack_special_variables __P((char *));
+/* Reinitialize some special variables that have external effects upon unset
+ when the shell reinitializes itself. */
+extern void reinit_special_variables __P((void));
+
extern int get_random_number __P((void));
/* The `special variable' functions that get called when a particular