summaryrefslogtreecommitdiffstats
path: root/trunk/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/spl-book.h')
-rw-r--r--trunk/source/spl-book.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/source/spl-book.h b/trunk/source/spl-book.h
index 359f2c052c..d6aa2843bc 100644
--- a/trunk/source/spl-book.h
+++ b/trunk/source/spl-book.h
@@ -60,4 +60,9 @@ int staff_spell( int zap_device_2 );
bool undead_cannot_memorise(unsigned char spell, unsigned char being);
+unsigned char spellbook_contents( item_def &book, int action,
+ formatted_string *fs = NULL );
+
+int count_staff_spells(const item_def &item, bool need_id);
+
#endif