isearch/comm/stat/StatAttn.h

8 lines
118 B
C
Raw Normal View History

2021-03-19 18:38:34 +08:00
#ifndef __STAT_ATTN_H
#define __STAT_ATTN_H
class CStatClient;
int RunReporter(CStatClient &, const char *);
#endif