summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-11-30 10:49:10 -0500
committerNeil Moore <neil@s-z.org>2013-11-30 10:56:31 -0500
commit252c9087c9be1fbc75035142ae6507b3899d6eea (patch)
tree62d67bb14a0535a1df2e2866d45a0194f733e1cb /crawl-ref/source/mpr.h
parent338e2d3e333d9d050bab9c9d1ff99889cfbfcd90 (diff)
downloadcrawl-ref-252c9087c9be1fbc75035142ae6507b3899d6eea.tar.gz
crawl-ref-252c9087c9be1fbc75035142ae6507b3899d6eea.zip
Add mprf_nojoin().
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index 3c22165a62..a6416bd928 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -93,6 +93,8 @@ void mpr_nojoin(msg_channel_type channel, string text);
void mprf(msg_channel_type channel, int param, PRINTF(2, ));
void mprf(msg_channel_type channel, PRINTF(1, ));
void mprf(PRINTF(0, ));
+void mprf_nojoin(msg_channel_type channel, PRINTF(1,));
+void mprf_nojoin(PRINTF(0,));
void mprf_nocap(msg_channel_type channel, int param, PRINTF(2, ));
void mprf_nocap(msg_channel_type channel, PRINTF(1, ));