]> git.saurik.com Git - cycript.git/blobdiff - Decode.hpp
Add all supported binding API headers to analysis.
[cycript.git] / Decode.hpp
index be4e8b91dcb3b24b12e5686c1b32943d30669c03..24f95b4a5526767af5606995e288dba58608ffa2 100644 (file)
@@ -26,6 +26,6 @@
 
 #include "Syntax.hpp"
 
-CYTypedIdentifier *Decode(CYPool &pool, struct sig::Type *type);
+CYTypedIdentifier *CYDecodeType(CYPool &pool, struct sig::Type *type);
 
 #endif//DECODE_HPP