projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove all Objective-C selector bridge definitions.
[cycript.git]
/
Baton.hpp
diff --git
a/Baton.hpp
b/Baton.hpp
index 86078939468f627718f3b6453cfcbda44bf1fc99..696a94dee8f714319bce4c7da259a78b1246a953 100644
(file)
--- a/
Baton.hpp
+++ b/
Baton.hpp
@@
-19,12
+19,15
@@
**/
/* }}} */
+#include "Standard.hpp"
+
#include <dlfcn.h>
#include <mach/mach.h>
#include <sys/types.h>
struct Baton {
-
mach_vm_address
_t dyld;
+
uint64
_t dyld;
pid_t pid;
+ char error[1024];
char library[];
-};
+}
_packed
;