This commit is contained in:
zzy 2023-10-29 20:06:49 +08:00
parent 952aa5068a
commit 70170e1758

View File

@ -227,6 +227,8 @@ static inline size_t log_fill_head_str(int level, char* log, size_t szlog,
return szbuf; return szbuf;
} }
extern void log_buf(void);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif