aboutsummaryrefslogtreecommitdiff
path: root/subhook_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'subhook_private.h')
-rw-r--r--subhook_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subhook_private.h b/subhook_private.h
index 16ad8fd..4b345af 100644
--- a/subhook_private.h
+++ b/subhook_private.h
@@ -50,6 +50,6 @@ struct subhook_struct {
int subhook_unprotect(void *address, size_t size);
void *subhook_alloc_code(size_t size);
-int subhok_free_code(void *address, size_t size);
+int subhook_free_code(void *address, size_t size);
#endif /* SUBHOOK_PRIVATE_H */