htop/openbsd/Battery.h

16 lines
323 B
C
Raw Normal View History

2015-09-18 04:46:48 +00:00
#ifndef HEADER_Battery
#define HEADER_Battery
/*
htop - openbsd/Battery.h
(C) 2015 Hisham H. Muhammad
(C) 2015 Michael McConville
Released under the GNU GPLv2, see the COPYING file
2015-09-18 04:46:48 +00:00
in the source distribution for its full text.
*/
#include "BatteryMeter.h"
2015-09-18 04:46:48 +00:00
void Battery_getData(double* level, ACPresence* isOnAC);
#endif