--- lbbs/include/log.h 2025/05/04 14:54:55 1.2 +++ lbbs/include/log.h 2025/05/05 11:46:04 1.3 @@ -22,7 +22,7 @@ extern int log_begin(char *file_log_std, extern void log_end(); -extern int log_head(char *buf); +extern int log_head(char *buf, int len); extern int log_std(const char *format, ...);