diff options
Diffstat (limited to 'src/hook.h')
-rw-r--r-- | src/hook.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith <mikesmiffy128@gmail.com> + * Copyright © 2025 Michael Smith <mikesmiffy128@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -19,7 +19,7 @@ #include "intdefs.h" -bool hook_init(void); +bool hook_init(); /* * Replaces a vtable entry with a target function and returns the original |