summaryrefslogtreecommitdiff
path: root/ext/ffi_c/rbffi.h
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2009-03-28 18:24:43 +1000
committerWayne Meissner <wmeissner@gmail.com>2009-03-28 18:24:43 +1000
commit90a8f7f3d13862ce37e3a3f5763545e1fb03f1f6 (patch)
tree41325d13be0493a120a685033b33f855eaf13624 /ext/ffi_c/rbffi.h
parent5f9524549186d8ca374397d8671facb327fbfc0c (diff)
downloadffi-90a8f7f3d13862ce37e3a3f5763545e1fb03f1f6.tar.gz
Support function pointer return values
Diffstat (limited to 'ext/ffi_c/rbffi.h')
-rw-r--r--ext/ffi_c/rbffi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi_c/rbffi.h b/ext/ffi_c/rbffi.h
index f34cae7..c5fb705 100644
--- a/ext/ffi_c/rbffi.h
+++ b/ext/ffi_c/rbffi.h
@@ -15,7 +15,7 @@ extern void rb_FFI_MemoryPointer_Init();
extern void rb_FFI_Buffer_Init();
extern void rb_FFI_Callback_Init();
extern void rb_FFI_Invoker_Init();
-extern VALUE rb_FFI_AbstractMemory_class;
+extern VALUE rb_FFI_AbstractMemory_class, rb_FFI_Invoker_class;
extern int rb_FFI_type_size(VALUE type);
#ifdef __cplusplus