summaryrefslogtreecommitdiff
path: root/inject.h
diff options
context:
space:
mode:
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