mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-23 14:36:36 +03:00
Add missing OpenBSD battery function declaration
This commit is contained in:
@ -57,4 +57,6 @@ bool Platform_getNetworkIO(unsigned long int* bytesReceived,
|
|||||||
unsigned long int* bytesTransmitted,
|
unsigned long int* bytesTransmitted,
|
||||||
unsigned long int* packetsTransmitted);
|
unsigned long int* packetsTransmitted);
|
||||||
|
|
||||||
|
void Platform_getBattery(double* level, ACPresence* isOnAC);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user