From 5ae9d7c0f3f51ad5a1dd5618b0c2d8c89b472ecf Mon Sep 17 00:00:00 2001 From: Zeex Date: Sat, 18 May 2013 02:03:16 +0700 Subject: Make subhook_is_installed() part of the exported API --- subhook_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subhook_private.h') diff --git a/subhook_private.h b/subhook_private.h index b2f332e..c1dbc14 100644 --- a/subhook_private.h +++ b/subhook_private.h @@ -27,7 +27,7 @@ #define SUBHOOK_PRIVATE_H struct subhook { - int flags; + int installed: 1; void *src; void *dst; void *arch; /* architecture-specific information */ -- cgit v1.1