summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 9efd9d13..218a4c60 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2232,6 +2232,11 @@ struct hook_wild_gen_in {
bool_ small;
};
+typedef struct hook_chardump_in hook_chardump_in;
+struct hook_chardump_in {
+ FILE *file;
+};
+
typedef struct hook_eat_in hook_eat_in;
struct hook_eat_in {
object_type *o_ptr;