Tools/NetTest - Fix compilation error
[tpg/acess2.git] / AcessNative / libacess-native.so_src / common.h
1
2 #ifndef _LIBACESSNATIVE_COMMON_H_
3 #define _LIBACESSNATIVE_COMMON_H_
4
5 extern int      giSyscall_ClientID;
6 extern void     Request_Preinit(void);
7 extern int      acess__SysOpen(const char *Path, unsigned int flags);
8 extern int      acessnative_spawn(const char *Binary, int SyscallID, const char * const * argv, const char * const * envp);
9
10 #define ENV_VAR_PREOPENS        "AN_PREOPEN"
11 #define ENV_VAR_KEY     "ACESSNATIVE_KEY"
12
13 #endif
14

UCC git Repository :: git.ucc.asn.au