aboutsummaryrefslogtreecommitdiff
path: root/subhook_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'subhook_private.h')
-rw-r--r--subhook_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/subhook_private.h b/subhook_private.h
index 1de11cf..bd66e2f 100644
--- a/subhook_private.h
+++ b/subhook_private.h
@@ -33,4 +33,7 @@ struct subhook {
void *arch; /* architecture-specific information */
};
+int subhook_arch_new(struct subhook *hook);
+void subhook_arch_free(struct subhook *hook);
+
#endif /* SUBHOOK_PRIVATE_H */