isearch/comm/stat/StatAttn.h
2021-03-19 18:38:34 +08:00

8 lines
118 B
C++

#ifndef __STAT_ATTN_H
#define __STAT_ATTN_H
class CStatClient;
int RunReporter(CStatClient &, const char *);
#endif