X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..12833ad846ef3860115872220a11e1e42cdcb661:/Baton.hpp diff --git a/Baton.hpp b/Baton.hpp index 3ce4e62..76c089f 100644 --- a/Baton.hpp +++ b/Baton.hpp @@ -25,17 +25,14 @@ struct Baton { 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)(); kern_return_t (*thread_terminate)(thread_act_t); + char *(*dlerror)(); + void *(*dlsym)(void *, const char *); + pid_t pid; char library[]; };