summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi_c/Type.h')
-rw-r--r--ext/ffi_c/Type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/ffi_c/Type.h b/ext/ffi_c/Type.h
index b81995a..b6de634 100644
--- a/ext/ffi_c/Type.h
+++ b/ext/ffi_c/Type.h
@@ -44,7 +44,7 @@ extern "C" {
typedef struct Type_ Type;
#include "Types.h"
-
+
struct Type_ {
NativeType nativeType;
ffi_type* ffiType;
@@ -53,6 +53,8 @@ struct Type_ {
extern VALUE rbffi_TypeClass;
extern VALUE rbffi_Type_Lookup(VALUE type);
+extern const rb_data_type_t rbffi_type_data_type;
+
#ifdef __cplusplus
}
#endif