htop/HostnameMeter.h

16 lines
293 B
C
Raw Normal View History

#ifndef HEADER_HostnameMeter
#define HEADER_HostnameMeter
/*
2011-12-26 21:35:57 +00:00
htop - HostnameMeter.h
2011-05-26 16:35:07 +00:00
(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
#include "Meter.h"
2021-04-29 15:12:43 +00:00
2020-10-05 11:19:50 +00:00
extern const MeterClass HostnameMeter_class;
#endif