]> git.saurik.com Git - cycript.git/blobdiff - Decode.hpp
Link readline to provide Kevin his 64-bit console.
[cycript.git] / Decode.hpp
index eac172db44bbab785184ccf9c999d1f4aaf54bcf..0946cd374a73678b05606405ac7597d4c2597ff4 100644 (file)
@@ -26,6 +26,6 @@
 
 #include "Syntax.hpp"
 
-CYTypedIdentifier *CYDecodeType(CYPool &pool, struct sig::Type *type);
+CYType *CYDecodeType(CYPool &pool, struct sig::Type *type);
 
 #endif//DECODE_HPP