summaryrefslogtreecommitdiff
path: root/inject.h
diff options
context:
space:
mode:
Diffstat (limited to 'inject.h')
-rw-r--r--inject.h3
1 files changed, 2 insertions, 1 deletions
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 <Foundation/Foundation.h>
-int injectTrustCache(int filecount, char* files[], uint64_t trust_chain);
+int injectTrustCache(NSArray <NSString*> *files, uint64_t trust_chain);
#endif