]> git.saurik.com Git - cycript.git/blobdiff - sig/parse.hpp
Removed all dependencies from Mac version.
[cycript.git] / sig / parse.hpp
index 5607ad31f1994f8efad665dee39c8a0d0262e078..dccbefc1f94c3b16e03be038424907158d8eed9d 100644 (file)
@@ -1,4 +1,4 @@
-/* Cycript - Remove Execution Server and Disassembler
+/* Cycript - Inlining/Optimizing JavaScript Compiler
  * Copyright (C) 2009  Jay Freeman (saurik)
 */
 
@@ -42,7 +42,7 @@
 
 #include "sig/types.hpp"
 
-#include <apr-1/apr_pools.h>
+#include <apr_pools.h>
 
 namespace sig {
 
@@ -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*/