]> git.saurik.com Git - cycript.git/blobdiff - Internal.hpp
Move a line of code so that it matches other cases.
[cycript.git] / Internal.hpp
index 1d9e7c5eb1515eaeea54ce3b1ccd27ab71141c21..c87c0ab633c9efe30a15dba7f1adf621615760d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Cycript - Optimizing JavaScript Compiler/Runtime
 /* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2010  Jay Freeman (saurik)
+ * Copyright (C) 2009-2012  Jay Freeman (saurik)
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
 */
 
 /* GNU Lesser General Public License, Version 3 {{{ */
@@ -35,6 +35,9 @@
 JSGlobalContextRef CYGetJSContext(JSContextRef context);
 void Structor_(apr_pool_t *pool, sig::Type *&type);
 
 JSGlobalContextRef CYGetJSContext(JSContextRef context);
 void Structor_(apr_pool_t *pool, sig::Type *&type);
 
+JSObjectRef CYMakeType(JSContextRef context, const char *type);
+JSObjectRef CYMakeType(JSContextRef context, sig::Type *type);
+
 struct Type_privateData :
     CYData
 {
 struct Type_privateData :
     CYData
 {