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