Zero  0.1.0
logpagestats.h
Go to the documentation of this file.
1 #ifndef __LOGPAGESTATS_H
2 #define __LOGPAGESTATS_H
3 
4 #include "command.h"
5 
7 public:
8  void usage();
9 
10  void run();
11 
12  void setupOptions();
13 };
14 
15 #endif // __LOGPAGESTATS_H
Definition: logpagestats.h:6
void setupOptions()
Definition: logpagestats.cpp:51
Definition: command.h:70
void run()
Definition: logpagestats.cpp:55