X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/2e43a0b0c288f70981ab2715c8135ac7b9cd0f1b..d6e14b17d2f8c257a9758eee0cf066ba48949c88:/cycript.hpp diff --git a/cycript.hpp b/cycript.hpp index af9bd44..44958f8 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 {{{ */ @@ -51,6 +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); +const char *CYPoolLibraryPath(CYPool &pool); #endif/*CYCRIPT_HPP*/