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