10 lines
172 B
C
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__ */
|