mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-06-26 04:34:38 +08:00
9 lines
203 B
C
9 lines
203 B
C
#ifndef MESSAGE_LOG_TOOL_H
|
|
#define MESSAGE_LOG_TOOL_H
|
|
|
|
#include "common.h"
|
|
|
|
int message_log_tool_check(const char *path);
|
|
int message_log_tool_recover(const char *path);
|
|
|
|
#endif /* MESSAGE_LOG_TOOL_H */
|