mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Add -Wmissing-prototypes compiler warning
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
|
||||
#include "BatteryMeter.h"
|
||||
#include "Battery.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef HEADER_Battery
|
||||
#define HEADER_Battery
|
||||
|
||||
#include "BatteryMeter.h"
|
||||
|
||||
void Battery_getData(double* level, ACPresence* isOnAC);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user