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 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, ...);