This commit is contained in:
sushen339
2025-11-18 13:48:43 +08:00
parent 23166594b7
commit 113e1e0fbb
5 changed files with 37 additions and 2 deletions
+4
View File
@@ -2,10 +2,14 @@
#define STATS_H
#include "common.h"
#include <stdbool.h>
/* 显示完整统计信息 */
void show_statistics(void);
/* 显示统计信息(支持动态监控) */
void show_statistics_watch(bool watch_mode);
/* 显示活跃封禁列表 */
void show_active_bans(void);