2009-02-17 18:33:32 +00:00
|
|
|
/* Do not edit this file. It was automatically generated. */
|
|
|
|
|
|
|
|
#ifndef HEADER_HostnameMeter
|
|
|
|
#define HEADER_HostnameMeter
|
|
|
|
/*
|
|
|
|
htop
|
2010-02-25 02:08:18 +00:00
|
|
|
(C) 2004-2010 Hisham H. Muhammad
|
2009-02-17 18:33:32 +00:00
|
|
|
Released under the GNU GPL, see the COPYING file
|
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "Meter.h"
|
|
|
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
|
|
|
#include "debug.h"
|
|
|
|
|
|
|
|
extern int HostnameMeter_attributes[];
|
|
|
|
|
|
|
|
extern MeterType HostnameMeter;
|
|
|
|
|
|
|
|
#endif
|