Add uptime calculation code.

This commit is contained in:
Hisham Muhammad
2014-11-27 19:44:20 -02:00
parent 1dd165c14b
commit 3ba3d6fa6f
3 changed files with 21 additions and 4 deletions

View File

@ -15,5 +15,6 @@ void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];
int Platform_getUptime();
#endif