summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 18:04:40 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commitfb0511aaa96c7a6089f39508703a8e0479b709f1 (patch)
treee13d144f8614d143b9a856b59fa46b4f3293ceef /src/externs.h
parent1014b3342b9a61a5477b06b566271b5216edbbe3 (diff)
Split fireproofing quest from plots.c
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 97e886a0..11bdc3f3 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -573,6 +573,8 @@ extern void add_hook_script(int h_idx, char *script, cptr name);
extern void del_hook(int h_idx, hook_type hook);
extern void del_hook_name(int h_idx, cptr name);
extern s32b get_next_arg(char *fmt);
+extern char* get_next_arg_str(char *fmt);
+extern object_type *get_next_arg_obj();
extern int process_hooks_restart;
extern hook_return process_hooks_return[20];
extern bool_ process_hooks_ret(int h_idx, char *ret, char *fmt, ...);