[Assignment-7] App Intermediary and Proxy
- Intermediary is fully functional - Proxy is ready until invocation of enclave
This commit is contained in:
parent
b41976a5ff
commit
6d966e0b94
7 changed files with 182 additions and 155 deletions
|
|
@ -2,12 +2,11 @@
|
|||
#define _APP_UTIL_H_
|
||||
|
||||
|
||||
char* BIN_NAME;
|
||||
|
||||
/*
|
||||
* @brief prints the command syntax and exits with EXIT_FAILURE
|
||||
*/
|
||||
void syntax_exit(void);
|
||||
|
||||
void set_bin_name(char* bin_name);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue