--- lbbs/include/common.h 2025/05/16 14:09:31 1.30 +++ lbbs/include/common.h 2025/05/17 11:30:09 1.32 @@ -21,7 +21,6 @@ #define LINE_BUFFER_LEN 1024 #define FILE_PATH_LEN 4096 -#define MAX_FILE_LINES 65536 // Version extern char app_version[256]; @@ -67,7 +66,6 @@ extern char hostaddr_client[IP_ADDR_LEN] extern int port_server; extern int port_client; -extern const char *str_space(char *string, int length); extern const char *get_time_str(char *string, size_t length); // Signal handler