diff options
author | comex | 2015-01-28 00:46:51 -0500 |
---|---|---|
committer | comex | 2015-01-28 00:46:51 -0500 |
commit | 4b14cb631b3f37502d76fe22aa4d6cd582cf00e4 (patch) | |
tree | b5ab9897d5102e6366dc346fe53d28597a28f797 /lib/substitute-internal.h | |
parent | initial commit of SafetyDance app (diff) | |
download | substitute-4b14cb631b3f37502d76fe22aa4d6cd582cf00e4.tar.gz |
some more stuff compiles
Diffstat (limited to '')
-rw-r--r-- | lib/substitute-internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index 3fd35bc..b378989 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -63,7 +63,7 @@ enum { * can happen are really complicated and dumb, but generally one solution * is to be root */ SUBSTITUTE_ERR_TASK_FOR_PID = 1000, - + SUBSTITUTE_ERR_TIMEOUT = 1000, SUBSTITUTE_ERR_MISC, }; @@ -85,4 +85,6 @@ struct shuttle { int substitute_dlopen_in_pid(int pid, const char *filename, int options, const struct shuttle *shuttle, size_t nshuttle, char **error); + +int substitute_ios_unrestrict(pid_t pid, bool should_resume); #endif |