mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Uptime meter for FreeBSD.
This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
#ifndef HEADER_Platform
|
||||
#define HEADER_Platform
|
||||
/*
|
||||
htop - unsupported/Platform.h
|
||||
htop - freebsd/Platform.h
|
||||
(C) 2014 Hisham H. Muhammad
|
||||
Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
@ -13,5 +13,7 @@ in the source distribution for its full text.
|
||||
|
||||
void Platform_setBindings(Htop_Action* keys);
|
||||
|
||||
extern MeterClass* Platform_meterTypes[];
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user