]> git.saurik.com Git - cycript.git/blobdiff - JavaScript.hpp
Upgrade to automake 1.15 (the latest one in Fink).
[cycript.git] / JavaScript.hpp
index e4af17bf8074ad09f2a2acfe7cb9bdf81a0e8935..0a3c431e0ddb31000ae1628a289e6ad2189ec1cc 100644 (file)
@@ -131,6 +131,8 @@ struct CYHook {
 
     bool (*PoolFFI)(CYPool *, JSContextRef, sig::Type *, ffi_type *, void *, JSValueRef);
     JSValueRef (*FromFFI)(JSContextRef, sig::Type *, ffi_type *, void *, bool, JSObjectRef);
+
+    void *(*CastSymbol)(const char *);
 };
 
 struct CYRegisterHook {