summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-11-28 14:41:26 -0500
committerChet Ramey <chet.ramey@case.edu>2011-11-28 14:41:26 -0500
commitd3a24ed242e91e6afb53b2cbf38b89667637168d (patch)
treeb67e38d2eca8abd31da74e1dcbe69dd1bfa679a3 /version.c
parent7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff)
downloadbash-d3a24ed242e91e6afb53b2cbf38b89667637168d.tar.gz
Initial devel branch import from bash-3.0-alpha
Diffstat (limited to 'version.c')
-rw-r--r--version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/version.c b/version.c
index 9ff00e5d..42647c96 100644
--- a/version.c
+++ b/version.c
@@ -43,6 +43,10 @@ const char *sccs_version = SCCSVERSION;
/* Functions for getting, setting, and displaying the shell version. */
+/* Forward declarations so we don't have to include externs.h */
+extern char *shell_version_string __P((void));
+extern void show_shell_version __P((int));
+
/* Give version information about this shell. */
char *
shell_version_string ()