summaryrefslogtreecommitdiff
path: root/ext/ffi_c/ArrayType.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi_c/ArrayType.h')
-rw-r--r--ext/ffi_c/ArrayType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi_c/ArrayType.h b/ext/ffi_c/ArrayType.h
index 356ffb1..9b1eba0 100644
--- a/ext/ffi_c/ArrayType.h
+++ b/ext/ffi_c/ArrayType.h
@@ -48,6 +48,7 @@ typedef struct ArrayType_ {
} ArrayType;
extern void rbffi_ArrayType_Init(VALUE moduleFFI);
+extern const rb_data_type_t rbffi_array_type_data_type;
extern VALUE rbffi_ArrayTypeClass;