mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-04 18:37:08 +03:00
Remove conflicting declarations.
This commit is contained in:
parent
ffacac14a9
commit
e52c070ef5
@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Platform_numberOfFields = 100;
|
int Platform_numberOfFields = 100;
|
||||||
char* Process_pidFormat = "%7u ";
|
|
||||||
|
|
||||||
int Platform_getUptime() {
|
int Platform_getUptime() {
|
||||||
struct timeval bootTime, currTime;
|
struct timeval bootTime, currTime;
|
||||||
|
@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[];
|
|||||||
void Platform_setBindings(Htop_Action* keys);
|
void Platform_setBindings(Htop_Action* keys);
|
||||||
|
|
||||||
extern int Platform_numberOfFields;
|
extern int Platform_numberOfFields;
|
||||||
extern char* Process_pidFormat;
|
|
||||||
|
|
||||||
int Platform_getUptime();
|
int Platform_getUptime();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user