]> git.wh0rd.org Git - nano.git/commitdiff
remove declaration of the now-static char* prompt
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Oct 2005 17:14:11 +0000 (17:14 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 Oct 2005 17:14:11 +0000 (17:14 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3061 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/proto.h

index 1c0421af17e32b59000c20268348895a8688f294..d831636f5acce516f0288f8754a71ff4201e9988 100644 (file)
@@ -58,7 +58,7 @@ extern char *backup_dir;
 #endif
 
 extern WINDOW *topwin, *edit, *bottomwin;
-extern char *prompt, *answer;
+extern char *answer;
 #ifndef DISABLE_HELP
 extern char *help_text;
 #endif