summaryrefslogtreecommitdiffhomepage
path: root/src/hook.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-06-27 00:36:48 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-06-27 00:36:48 +0100
commite3fd5ad05a7d933d401de431ce2d27a99d3b9995 (patch)
tree09e302cd63672f2ae1c7bf80a1d5ce164cfcd857 /src/hook.h
parent37afe67488ed93dc5e39942271dd24481797fe77 (diff)
Add update detection, clean up minor stuff
Diffstat (limited to 'src/hook.h')
-rw-r--r--src/hook.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hook.h b/src/hook.h
index e432eb7..ff1acff 100644
--- a/src/hook.h
+++ b/src/hook.h
@@ -17,8 +17,12 @@
#ifndef INC_HOOK_H
#define INC_HOOK_H
+#include <stdbool.h>
+
#include "intdefs.h"
+bool hook_init(void);
+
/*
* Replaces a vtable entry with a target function and returns the original
* function.