diff --git a/src/proto.h b/src/proto.h index 1c0421af17e32b59000c20268348895a8688f294..d831636f5acce516f0288f8754a71ff4201e9988 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