X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/e91fbe93b995ee8077bbc2097c5407138dc02627..5d7cc6d52918fbf09b9af24f6165961cae52836f:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index 5442678..892d820 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -42,12 +42,13 @@ #include struct Baton { - void (*_pthread_set_self)(pthread_t); + void (*__pthread_set_self)(pthread_t); int (*pthread_create)(pthread_t *, const pthread_attr_t *, void *(*)(void *), void *); int (*pthread_join)(pthread_t, void **); void *(*dlopen)(const char *, int); + char *(*dlerror)(); void *(*dlsym)(void *, const char *); mach_port_t (*mach_thread_self)();