X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/9185d5ef70289d99e212f2dd04457b05716e222e..ba4fa42f039588bbf27e8886dc2e0600d42fe77e:/sig/ffi_type.hpp diff --git a/sig/ffi_type.hpp b/sig/ffi_type.hpp index 0257d27..bc7c9dc 100644 --- a/sig/ffi_type.hpp +++ b/sig/ffi_type.hpp @@ -1,4 +1,4 @@ -/* Cycript - Remove Execution Server and Disassembler +/* Cycript - Inlining/Optimizing JavaScript Compiler * Copyright (C) 2009 Jay Freeman (saurik) */ @@ -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*/