X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/18d654b39fecc7d3efd6e1f1828a38f8d3b08886..4f3e597ca9a1d3e5ff9e7831c55f32500917d7d7:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index 30010f4..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, bool c = false); - 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*/