summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-11-21 10:31:58 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-11-21 10:31:58 +0000
commitb6a041cb52612feb89692f255583ccdbe748bfea (patch)
treeac56d18771bef4f9f8fa0f0c063d0698088d654e /curs_lib.c
parent6919ae23951ee619e39e940871bf16b60a673b9e (diff)
Introduce mutt_curses_message/mutt_nocurses_message. From Olaf Kirch.
Diffstat (limited to 'curs_lib.c')
-rw-r--r--curs_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_lib.c b/curs_lib.c
index 8a4aa17d..aac02de3 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -264,7 +264,7 @@ void mutt_curses_error (const char *fmt, ...)
set_option (OPTMSGERR);
}
-void mutt_message (const char *fmt, ...)
+void mutt_curses_message (const char *fmt, ...)
{
va_list ap;