1
1

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
Этот коммит содержится в:
David Lawrence Ramsey 2005-10-28 17:14:11 +00:00
родитель f726053325
Коммит 26f61a4503

Просмотреть файл

@ -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