aboutsummaryrefslogtreecommitdiff
path: root/subhook_private.h
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2016-08-13 02:17:42 +0600
committerZeex <zeex@rocketmail.com>2016-08-13 02:17:42 +0600
commitbfdb2b4ea6dbd75881096400db43b3f4a276bea7 (patch)
treeed265bdaadb08e62167783ee955a350e622ba755 /subhook_private.h
parentcba3854843d7230ecad151566bd66c3fc5e9f4f2 (diff)
downloadsubhook-bfdb2b4ea6dbd75881096400db43b3f4a276bea7.zip
subhook-bfdb2b4ea6dbd75881096400db43b3f4a276bea7.tar.gz
subhook-bfdb2b4ea6dbd75881096400db43b3f4a276bea7.tar.bz2
Improve C++ interface
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 864957a..3f80b73 100644
--- a/subhook_private.h
+++ b/subhook_private.h
@@ -28,7 +28,7 @@
#include <stddef.h>
-struct subhook {
+struct subhook_struct {
int installed;
void *src;
void *dst;