From 340496f25f661f9dc2c46976c2be96fd2d94b406 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Mon, 24 Dec 2018 11:20:51 -1000 Subject: Use an NSArray for inject arguments --- inject.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inject.h') diff --git a/inject.h b/inject.h index 0c72b5f..f5429e3 100644 --- a/inject.h +++ b/inject.h @@ -8,7 +8,8 @@ #ifndef _INJECT_H_ #define _INJECT_H_ +#include -int injectTrustCache(int filecount, char* files[], uint64_t trust_chain); +int injectTrustCache(NSArray *files, uint64_t trust_chain); #endif -- cgit v1.2.3