bbssrv.h
Go to the documentation of this file.00001 #ifndef bbssrv_h
00002 #define bbssrv_h
00003
00004 #define QUIT 0
00005 #define POST 1
00006 #define LOOK 2
00007 #define LOOK_TAKE 3
00008 #define TAKE 4
00009 #define LOOK_YES 6
00010 #define LOOK_NO 7
00011 #define LOOK_TAKE_YES 8
00012 #define LOOK_TAKE_NO 9
00013 #define HELLO 10
00014 #define POST_TODO 11
00015 #define POST_RESULT 12
00016 #define LOOK_TAKE_TODO 13
00017 #define LOOK_TAKE_RESULT 14
00018 #define TAKE_TODO 15
00019 #define CONTEXT 16
00020 #define CRAY_POST 17
00021 #define CRAY_POST_TODO 18
00022 #define CRAY_POST_RESULT 19
00023 #define FIRSTID 20
00024 #endif