]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/cd.def
Imported from ../bash-3.2.tar.gz.
[thirdparty/bash.git] / builtins / cd.def
index 025e4f5e1f1209afe6700899aa7d89ec0ef128be..54e328e4f5fda9b32d57c4ec1ee47f04a76afdec 100644 (file)
@@ -60,6 +60,7 @@ extern char *bash_getcwd_errstr;
 
 static int bindpwd __P((int));
 static void setpwd __P((char *));
+static char *resetpwd __P((char *));
 static int change_to_directory __P((char *, int));
 
 static char *cdspell __P((char *));