8 lines
118 B
C
8 lines
118 B
C
|
#ifndef __STAT_ATTN_H
|
||
|
#define __STAT_ATTN_H
|
||
|
|
||
|
class CStatClient;
|
||
|
int RunReporter(CStatClient &, const char *);
|
||
|
|
||
|
#endif
|