summaryrefslogtreecommitdiff
path: root/src/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks.h')
-rw-r--r--src/hooks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hooks.h b/src/hooks.h
index 47d7b964..51da4adf 100644
--- a/src/hooks.h
+++ b/src/hooks.h
@@ -6,7 +6,6 @@
extern "C" {
#endif
-extern FILE *hook_file;
extern void wipe_hooks(void);
extern void init_hooks(void);
extern hooks_chain* add_hook(int h_idx, hook_type hook, cptr name);