/[LeafOK_CVS]/lbbs/include/bbs_cmd.h
ViewVC logotype

Diff of /lbbs/include/bbs_cmd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Tue Mar 22 13:42:47 2005 UTC Revision 1.2 by sysadm, Tue Mar 22 13:43:16 2005 UTC
# Line 24  Line 24 
24  #define LICENSE         0x3  #define LICENSE         0x3
25  #define COPYRIGHT       0x4  #define COPYRIGHT       0x4
26    
27  struct _bbs_cmd {  struct _bbs_cmd
28    {
29    char cmd[MAX_CMD_LENGTH];    char cmd[MAX_CMD_LENGTH];
30    int value;    int value;
31  };  };
# Line 32  struct _bbs_cmd { Line 33  struct _bbs_cmd {
33  typedef struct _bbs_cmd BBS_CMD;  typedef struct _bbs_cmd BBS_CMD;
34    
35  extern BBS_CMD bbs_cmd_list[MAX_CMD_ID];  extern BBS_CMD bbs_cmd_list[MAX_CMD_ID];
   


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1