/[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.30 by sysadm, Fri May 16 14:09:31 2025 UTC Revision 1.32 by sysadm, Sat May 17 11:30:09 2025 UTC
# Line 21  Line 21 
21    
22  #define LINE_BUFFER_LEN 1024  #define LINE_BUFFER_LEN 1024
23  #define FILE_PATH_LEN 4096  #define FILE_PATH_LEN 4096
 #define MAX_FILE_LINES 65536  
24    
25  // Version  // Version
26  extern char app_version[256];  extern char app_version[256];
# Line 67  extern char hostaddr_client[IP_ADDR_LEN] Line 66  extern char hostaddr_client[IP_ADDR_LEN]
66  extern int port_server;  extern int port_server;
67  extern int port_client;  extern int port_client;
68    
 extern const char *str_space(char *string, int length);  
69  extern const char *get_time_str(char *string, size_t length);  extern const char *get_time_str(char *string, size_t length);
70    
71  // Signal handler  // Signal handler


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

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