]> git.saurik.com Git - cycript.git/blobdiff - sig/ffi_type.hpp
Updated todo, license, and title.
[cycript.git] / sig / ffi_type.hpp
index 0257d27f3879ed5c959bd9320f4c1c7be637442e..bc7c9dc0664cc5f7d95567503109315ac917db9e 100644 (file)
@@ -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*/