X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/4644480a22eda2f7350a8997bb2109f325b576fe..37954781d9756ece500551055562183a1e28e943:/sig/ffi_type.hpp diff --git a/sig/ffi_type.hpp b/sig/ffi_type.hpp index c30ffe6..0010e20 100644 --- a/sig/ffi_type.hpp +++ b/sig/ffi_type.hpp @@ -60,6 +60,8 @@ void sig_ffi_cif( size_t offset = 0 ); +void Copy(apr_pool_t *pool, ffi_type &lhs, ffi_type &rhs); + } #endif/*SIG_FFI_TYPE_H*/