summaryrefslogtreecommitdiffstats
path: root/trunk/source/mon-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/mon-util.h')
-rw-r--r--trunk/source/mon-util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/source/mon-util.h b/trunk/source/mon-util.h
index 86291fd1e9..1dfa98ef8d 100644
--- a/trunk/source/mon-util.h
+++ b/trunk/source/mon-util.h
@@ -3,6 +3,8 @@
* Summary: Misc monster related functions.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <1> -/--/-- LRH Created
@@ -203,7 +205,7 @@ bool mons_player_visible( struct monsters *mon );
/* ***********************************************************************
* called from: view
* *********************************************************************** */
-char mons_shouts(int mclass);
+int mons_shouts(int mclass);
bool mons_is_unique(int mclass);