summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index d06172cc8f..a118b0b370 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -48,8 +48,8 @@ int staff_spell( int zap_device_2 );
bool undead_cannot_memorise(spell_type spell, char being);
-unsigned char spellbook_contents( item_def &book, int action,
- formatted_string *fs = NULL );
+int spellbook_contents( item_def &book, int action,
+ formatted_string *fs = NULL );
int count_staff_spells(const item_def &item, bool need_id);
int rod_shield_leakage();