From: David Lawrence Ramsey Date: Fri, 28 Oct 2005 17:14:11 +0000 (+0000) Subject: remove declaration of the now-static char* prompt X-Git-Tag: v1.3.10~185 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=26f61a450325749dac7358e6db6a7907b9a3108c;p=nano.git remove declaration of the now-static char* prompt git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3061 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/proto.h b/src/proto.h index 1c0421af..d831636f 100644 --- a/src/proto.h +++ b/src/proto.h @@ -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