X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c9c16dde5f5c8469610e727748875806a29906a6..96d36aaa89e579a53bd5848c22a462ca8eb13f80:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index d78949a..ad3ca30 100644 --- a/cycript.hpp +++ b/cycript.hpp @@ -1,5 +1,5 @@ -/* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2015 Jay Freeman (saurik) +/* Cycript - The Truly Universal Scripting Language + * Copyright (C) 2009-2016 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -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*/