diff options
author | comex | 2015-01-29 21:49:37 -0500 |
---|---|---|
committer | comex | 2015-01-29 21:49:37 -0500 |
commit | 76a805974a7b177a4ea6b5587fe8551087ac1505 (patch) | |
tree | 84cef385a74b34e0cdd1489848f6da39ed032233 /lib/substitute-internal.h | |
parent | a bunch of stuff that should have been committed separately (diff) | |
download | substitute-76a805974a7b177a4ea6b5587fe8551087ac1505.tar.gz |
...
Diffstat (limited to 'lib/substitute-internal.h')
-rw-r--r-- | lib/substitute-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/substitute-internal.h b/lib/substitute-internal.h index e240020..f93d1eb 100644 --- a/lib/substitute-internal.h +++ b/lib/substitute-internal.h @@ -86,5 +86,5 @@ 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, char **error); +int substitute_ios_unrestrict(task_t task, char **error); #endif |