4 #include <apr-1/apr_pools.h>
7 #include "sig/types.hpp"
11 ffi_type *sig_objc_ffi_type(apr_pool_t *pool, struct Type *type);
12 ffi_type *sig_java_ffi_type(apr_pool_t *pool, struct Type *type);
16 ffi_type *(*sig_ffi_type)(apr_pool_t *, struct Type *),
17 struct Signature *signature,
25 ffi_type *(*sig_ffi_type)(apr_pool_t *, struct Type *),
26 struct Signature *signature,
29 ffi_type **types = NULL,
35 #endif/*SIG_FFI_TYPE_H*/