X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/20052ff75c224699725da0f8e096053009c62741..5f29ae16a595decee3fb137215746d4bdfae3c90:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index a70cd94..af9bd44 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -32,9 +32,6 @@ 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); - double CYCastDouble(const char *value, size_t size); double CYCastDouble(const char *value); @@ -54,4 +51,6 @@ CYPool &CYGetGlobalPool(); char **CYComplete(const char *word, const std::string &line, CYUTF8String (*run)(CYPool &pool, const std::string &)); +void CYStringify(std::ostringstream &str, const char *data, size_t size, bool c); + #endif/*CYCRIPT_HPP*/