#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 */