]> git.saurik.com Git - cycript.git/blobdiff - sig/parse.hpp
Ported back to the iPhone.
[cycript.git] / sig / parse.hpp
index 15b6938f20f13024712727ff67befd766c556ed8..dccbefc1f94c3b16e03be038424907158d8eed9d 100644 (file)
@@ -1,4 +1,4 @@
-/* Cycript - Remote Execution Server and Disassembler
+/* Cycript - Inlining/Optimizing JavaScript Compiler
  * Copyright (C) 2009  Jay Freeman (saurik)
 */
 
@@ -52,6 +52,10 @@ void Parse(apr_pool_t *pool, struct Signature *signature, const char *name, Call
 const char *Unparse(apr_pool_t *pool, struct Signature *signature);
 const char *Unparse(apr_pool_t *pool, struct Type *type);
 
+void Copy(apr_pool_t *pool, Type &lhs, Type &rhs);
+void Copy(apr_pool_t *pool, Signature &lhs, Signature &rhs);
+void Copy(apr_pool_t *pool, Type &lhs, Type &rhs);
+
 }
 
 #endif/*SIG_PARSE_H*/