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

10 lines
172 B
C

#ifndef __REST_PROXY_STAT_H__
#define __REST_PROXY_STAT_H__
#include "restapi.h"
void rest_proxy_stat_count(int stat_type);
#endif /* __REST_PROXY_STAT_H__ */