summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 4f7cb8f1de..123551047b 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -127,5 +127,6 @@ namespace msg
std::ostream& operator<<(std::ostream& os, const msg::setparam& sp);
+void set_msg_dump_file(FILE* file);
#endif