]> git.saurik.com Git - cycript.git/blobdiff - Code.hpp
Also use CXType walker to for function prototypes.
[cycript.git] / Code.hpp
index abb18056198a1f413feb4472045a5791db115ac3..1c52c0b184a32a94cd6cd51a6a8da27a5675f2f0 100644 (file)
--- a/Code.hpp
+++ b/Code.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 {{{ */
@@ -36,5 +36,6 @@ class CYStream :
 };
 
 CYUTF8String CYPoolCode(CYPool &pool, std::streambuf &stream);
+CYUTF8String CYPoolCode(CYPool &pool, CYUTF8String code);
 
 #endif//CODE_HPP