blob: e1b4f5f8c581aaf793fef90aafedc2761f313c04 [file] [log] [blame]
Benny Baumanne0229b22022-05-01 22:43:00 +02001#ifndef HEADER_FileDescriptorMeter
2#define HEADER_FileDescriptorMeter
3/*
4htop - FileDescriptorMeter.h
5(C) 2022 htop dev team
6Released under the GNU GPLv2+, see the COPYING file
7in the source distribution for its full text.
8*/
9
10#include "Meter.h"
11
12
13extern const MeterClass FileDescriptorMeter_class;
14
15#endif