summaryrefslogtreecommitdiff
path: root/inject.h
diff options
context:
space:
mode:
authorSam Bingner <sam@bingner.com>2018-12-21 18:24:37 -1000
committerSam Bingner <sam@bingner.com>2018-12-21 18:24:37 -1000
commit8031d5da39b95aa65e4989e094a636bee424aef4 (patch)
treea672c430ad39ee2a35cb31019cbeec7247b1a91d /inject.h
parentae8077efe69311b8eee2846affebd6194b7b29c4 (diff)
Split inject code to a separate file to be more easily integrated in external projects
Diffstat (limited to 'inject.h')
-rw-r--r--inject.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/inject.h b/inject.h
new file mode 100644
index 0000000..ed17877
--- /dev/null
+++ b/inject.h
@@ -0,0 +1,14 @@
+/*
+ * inject.h
+ *
+ * Created by Sam Bingner on 9/27/2018
+ * Copyright 2018 Sam Bingner. All Rights Reserved.
+ *
+ */
+
+#ifndef _INJECT_H_
+#define _INJECT_H_
+
+int injectTrustCache(int argc, char* argv[], uint64_t trust_chain);
+
+#endif