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:
Hisham Muhammad
2014-11-27 19:33:37 -02:00
parent 79662291fa
commit a9f05c2a8b
3 changed files with 39 additions and 4 deletions

View File

@ -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