summaryrefslogtreecommitdiff
path: root/inject.h
blob: 0c72b5fb69c73cc5aeb72ec391342de7ea85f6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 filecount, char* files[], uint64_t trust_chain);

#endif