From 492aac484b5c65e5df21a7d1b1cf781063efef50 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Sun, 3 Nov 2024 00:20:45 -0400 Subject: purge CR from this project --- hook.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'hook.h') diff --git a/hook.h b/hook.h index 0657e7b..eca9ef6 100644 --- a/hook.h +++ b/hook.h @@ -1,9 +1,9 @@ -// SPDX-License-Identifier: ISC -// SPDX-FileCopyrightText: 2024 Matthew Wozniak - -bool hook_init(void); -void *hook_inline(void *func, void *target); -void unhook_inline(void *orig); -void *hook_dllapi(const char *module, const char *name, void *target); - -// vi: sw=4 ts=4 noet tw=80 cc=80 +// SPDX-License-Identifier: ISC +// SPDX-FileCopyrightText: 2024 Matthew Wozniak + +bool hook_init(void); +void *hook_inline(void *func, void *target); +void unhook_inline(void *orig); +void *hook_dllapi(const char *module, const char *name, void *target); + +// vi: sw=4 ts=4 noet tw=80 cc=80 -- cgit v1.2.3-54-g00ecf