]> git.saurik.com Git - cycript.git/blobdiff - JavaScript.hpp
Guarantee hooks_ is initialized before CYRegister.
[cycript.git] / JavaScript.hpp
index 80599e681aa615cb8ab746a16cc030aa884649f5..9408c78d89e301dd0dc58e092ce0617b6f6d3cb8 100644 (file)
@@ -134,7 +134,6 @@ struct CYRegisterHook {
 
 JSObjectRef CYMakePointer(JSContextRef context, void *pointer, size_t length, sig::Type *type, ffi_type *ffi, JSObjectRef owner);
 
 
 JSObjectRef CYMakePointer(JSContextRef context, void *pointer, size_t length, sig::Type *type, ffi_type *ffi, JSObjectRef owner);
 
-JSObjectRef CYMakeType(JSContextRef context, const char *encoding);
 JSObjectRef CYMakeType(JSContextRef context, sig::Type *type);
 JSObjectRef CYMakeType(JSContextRef context, sig::Signature *signature);
 
 JSObjectRef CYMakeType(JSContextRef context, sig::Type *type);
 JSObjectRef CYMakeType(JSContextRef context, sig::Signature *signature);