mud/lib/secure/include/rcp.h
2020-09-06 05:43:07 -07:00

20 lines
508 B
C

#ifndef s_rcp_h
#define s_rcp_h
#define RCP_LOGIN 1
#define RCP_SHUTDOWN 2
#define RCP_ERROR 3
#define RCP_DIR_LIST_REQ 4
#define RCP_DIR_LIST 5
#define RCP_LIB_LIST_REQ 6
#define RCP_LIB_LIST 7
#define RCP_LIB_DETAIL_REQ 8
#define RCP_LIB_DETAIL 9
#define RCP_FILE_REQ 10
#define RCP_FILE_SEND 11
#define RCP_FILE_SAVE 12
#define RCP_OBJECT_UPDATE 13
#define RCP_OBJECT_UPDATE_ACK 14
#endif /* s_rcp_h */