]> git.saurik.com Git - cycript.git/blobdiff - sig/parse.hpp
Fixed all of the memory leaks caused by the new identifier renamer.
[cycript.git] / sig / parse.hpp
index 381567f65ebcd94dbd1931160ef196e2151477ea..d3493e6cfdd747e3daa013f6b9c98a1aad36159a 100644 (file)
@@ -1,4 +1,4 @@
-/* Cycript - Remote Execution Server and Disassembler
+/* Cycript - Inlining/Optimizing JavaScript Compiler
  * Copyright (C) 2009  Jay Freeman (saurik)
 */
 
@@ -46,7 +46,7 @@
 
 namespace sig {
 
-typedef void (*Callback)(apr_pool_t *pool, const char *name, const char *types, Type *&type);
+typedef void (*Callback)(apr_pool_t *pool, Type *&type);
 void Parse(apr_pool_t *pool, struct Signature *signature, const char *name, Callback callback);
 
 const char *Unparse(apr_pool_t *pool, struct Signature *signature);