Add -Wmissing-prototypes compiler warning

This commit is contained in:
Christian Göttsche
2020-09-25 14:03:55 +02:00
parent 18b1e9fba9
commit 4e282eb845
13 changed files with 24 additions and 9 deletions

View File

@ -5,7 +5,8 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "BatteryMeter.h"
#include "Battery.h"
#include <math.h>
#include <sys/sysctl.h>

View File

@ -7,6 +7,8 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "BatteryMeter.h"
void Battery_getData(double* level, ACPresence* isOnAC);
#endif