From 26f61a450325749dac7358e6db6a7907b9a3108c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Fri, 28 Oct 2005 17:14:11 +0000 Subject: [PATCH] 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 --- src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5