/[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.24 by sysadm, Thu May 8 08:05:58 2025 UTC Revision 1.25 by sysadm, Fri May 9 11:21:11 2025 UTC
# Line 55  extern char hostaddr_client[IP_ADDR_LEN] Line 55  extern char hostaddr_client[IP_ADDR_LEN]
55  extern int port_server;  extern int port_server;
56  extern int port_client;  extern int port_client;
57    
 // Signal  
 #define SIG_RELOAD_MENU 0x22  
   
58  extern const char *str_space(char *string, int length);  extern const char *str_space(char *string, int length);
59  extern const char *get_time_str(char *string, size_t length);  extern const char *get_time_str(char *string, size_t length);
60    
61  // Signal handler  // Signal handler
62  extern void reload_bbs_menu(int);  extern void sig_hup_handler(int);
63  extern void system_exit(int);  extern void sig_term_handler(int);
64  extern void child_exit(int);  extern void sig_chld_handler(int);
65    
66  // System  // System
67  extern int SYS_exit;  extern volatile int SYS_server_exit;
68  extern int SYS_child_process_count;  extern volatile int SYS_child_process_count;
69    extern volatile int SYS_child_exit_count;
70    extern volatile int SYS_menu_reload;
71    
72  // Network  // Network
73  extern const char * ip_mask(char * s, int level, char mask);  extern const char * ip_mask(char * s, int level, char mask);


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

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