/[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.10 by sysadm, Fri May 6 15:48:44 2005 UTC Revision 1.13 by sysadm, Sat May 7 12:15:30 2005 UTC
# Line 39  extern char DB_username[50]; Line 39  extern char DB_username[50];
39  extern char DB_password[50];  extern char DB_password[50];
40  extern char DB_database[50];  extern char DB_database[50];
41    
42    //Signal
43    #define SIG_RELOAD_MENU 0x22
44    
45    //Signal handler
46    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