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

Diff of /lbbs/include/common.h

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

Revision 1.11 by sysadm, Sat May 7 09:28:12 2005 UTC Revision 1.13 by sysadm, Sat May 7 12:15:30 2005 UTC
# Line 40  extern char DB_password[50]; Line 40  extern char DB_password[50];
40  extern char DB_database[50];  extern char DB_database[50];
41    
42  //Signal  //Signal
43  #define SIG_RELOAD_MENU 0x31  #define SIG_RELOAD_MENU 0x22
 #define SIG_BBS_EXIT            0x32  
44    
45  //Signal handler  //Signal handler
46  extern void reload_bbs_menu (int);  extern void reload_bbs_menu (int);
47    extern void system_exit (int);
48    extern void child_exit (int);
49    
50    //System
51    extern int SYS_exit;
52    extern int SYS_child_process_count;
53    
54  #endif //_COMMON_H_  #endif //_COMMON_H_


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

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