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

@ -8,6 +8,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