summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 983f943a..5b3b0195 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -66,6 +66,6 @@ bool Platform_getNetworkIO(unsigned long int* bytesReceived,
unsigned long int* bytesTransmitted,
unsigned long int* packetsTransmitted);
-void Platform_getBattery(double* level, ACPresence* isOnAC);
+void Platform_getBattery(double* percent, ACPresence* isOnAC);
#endif