]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Fix quote when stringifying C/Objective-C strings.
[cycript.git] / cycript.hpp
index a70cd9496e604ef850ed2dd65e361323b2bbef51..30010f4e447503fae14882b61e9c477827d5690f 100644 (file)
@@ -33,7 +33,7 @@ bool CYRecvAll_(int socket, uint8_t *data, size_t size);
 bool CYSendAll_(int socket, const uint8_t *data, size_t size);
 
 void CYNumerify(std::ostringstream &str, double value);
-void CYStringify(std::ostringstream &str, const char *data, size_t size);
+void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c = false);
 
 double CYCastDouble(const char *value, size_t size);
 double CYCastDouble(const char *value);