#ifndef __COMPEL_INFECT_RPC_H__ #define __COMPEL_INFECT_RPC_H__ #include #include #include struct parasite_ctl; extern int compel_rpc_sync(unsigned int cmd, struct parasite_ctl *ctl); extern int compel_rpc_call(unsigned int cmd, struct parasite_ctl *ctl); extern int compel_rpc_call_sync(unsigned int cmd, struct parasite_ctl *ctl); extern int compel_rpc_sock(struct parasite_ctl *ctl); #define PARASITE_USER_CMDS 64 #endif