]> git.saurik.com Git - cycript.git/blobdiff - cycript.hpp
Also use CXType walker to for function prototypes.
[cycript.git] / cycript.hpp
index af9bd44d686bef87b0bd0e49b8c7a9a556220fbb..44958f86d7bde1ee7d1c2ca72ca3e04ca86568c4 100644 (file)
@@ -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*/