X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8a23fb2e56720c164909c9e1dc9e3db9a1b377e5..f53b3728f410baac87f286b5345aeb18cc8b8d17:/Internal.hpp?ds=inline diff --git a/Internal.hpp b/Internal.hpp index c87c0ab..7f8563d 100644 --- a/Internal.hpp +++ b/Internal.hpp @@ -199,5 +199,6 @@ struct Closure_privateData : }; Closure_privateData *CYMakeFunctor_(JSContextRef context, JSObjectRef function, const char *type, void (*callback)(ffi_cif *, void *, void **, void *)); +void CYExecuteClosure(ffi_cif *cif, void *result, void **arguments, void *arg, JSValueRef (*adapter)(JSContextRef, size_t, JSValueRef[], JSObjectRef)); #endif/*CYCRIPT_INTERNAL_HPP*/