X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/7341eedbaf526ef2f0986b576c656906050e270a..96d36aaa89e579a53bd5848c22a462ca8eb13f80:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index 56ad5d1..ad3ca30 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -24,8 +24,6 @@ #include -#include - #include "Pooling.hpp" #include "String.hpp" @@ -51,8 +49,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); - const char *CYPoolLibraryPath(CYPool &pool); #endif/*CYCRIPT_HPP*/