Files
selfcare/proxy_c/rest_proxy_print.h
2025-03-03 11:40:37 +08:00

12 lines
257 B
C

#ifndef __REST_PROXY_PRINT_H__
#define __REST_PROXY_PRINT_H__
#include "restapi.h"
void rest_proxy_print_stat();
void rest_proxy_print_msg(const struct rest_msg_s* msg, int b_is_request, const char* tip);
#endif /* __REST_PROXY_PRINT_H__ */