You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/logfile_stats.hh

17 lines
173 B
C++

#ifndef __logfile_stats_hh
#define __logfile_stats_hh
class logfile_stats {
public:
logfile_stats();
virtual ~logfile_stats();
private:
};
#endif