summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 849a8d42..b56690cf 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -581,8 +581,8 @@ void rscroll(void);
void region_scroll_up(int top, int bottom);
void screen_backup(screen_backup_t *buf);
void screen_restore(const screen_backup_t *buf);
-#define HAVE_SCREEN_GRAYOUT
-void grayout_lines(int start, int end, int level);
+#define HAVE_GRAYOUT
+void grayout(int start, int end, int level);
/* stuff */
#define isprint2(ch) ((ch & 0x80) || isprint(ch))