diff options
author | comex | 2015-02-28 21:18:20 -0500 |
---|---|---|
committer | comex | 2015-02-28 21:18:20 -0500 |
commit | bfce3bf03e7bc285bc5bbf3df561a6f4e9169899 (patch) | |
tree | 115e02d7a4d44ca6e0a13c4a02a335dffe9b54e2 /darwin-bootstrap/substituted-plist-loader.h | |
parent | Rename ios-bootstrap to darwin-bootstrap; cleanup posixspawn-hook and unrestr... (diff) | |
download | substitute-bfce3bf03e7bc285bc5bbf3df561a6f4e9169899.tar.gz |
Add substituted and fix things up to use it. Still untested.
Diffstat (limited to 'darwin-bootstrap/substituted-plist-loader.h')
-rw-r--r-- | darwin-bootstrap/substituted-plist-loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/darwin-bootstrap/substituted-plist-loader.h b/darwin-bootstrap/substituted-plist-loader.h new file mode 100644 index 0000000..a8bc824 --- /dev/null +++ b/darwin-bootstrap/substituted-plist-loader.h @@ -0,0 +1,2 @@ +void get_bundle_list(const char *exec_name, + const void **bundle_list, size_t *bundle_list_size); |