diff options
Diffstat (limited to 'inject.h')
-rw-r--r-- | inject.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ #ifndef _INJECT_H_ #define _INJECT_H_ +#include <Foundation/Foundation.h> -int injectTrustCache(int filecount, char* files[], uint64_t trust_chain); +int injectTrustCache(NSArray <NSString*> *files, uint64_t trust_chain); #endif |