/* * 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