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