summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index b6c8ea88..f19e2db8 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -612,6 +612,8 @@ extern hook_return process_hooks_return[20];
extern bool_ process_hooks_ret(int h_idx, char *ret, char *fmt, ...);
extern bool_ process_hooks(int h_idx, char *fmt, ...);
+extern void initialize_bookable_spells();
+
/* help.c */
extern void ingame_help(bool_ enable);