summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/insult.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/insult.h')
-rw-r--r--crawl-ref/source/insult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/insult.h b/crawl-ref/source/insult.h
index 143d0ecae3..d29b66acb4 100644
--- a/crawl-ref/source/insult.h
+++ b/crawl-ref/source/insult.h
@@ -3,8 +3,8 @@
#include "externs.h"
-void imp_taunt( struct monsters *mons );
-void demon_taunt( struct monsters *mons );
+void imp_taunt( const monsters *mons );
+void demon_taunt( const monsters *mons );
const char * generic_insult(void);
const char * racial_insult(void);