add GetBattery

This commit is contained in:
Your Name 2024-01-03 17:46:33 +03:00
parent d28f74ea00
commit 6d15bf5b9e
5 changed files with 66 additions and 7 deletions

View file

@ -46,5 +46,6 @@ int GetMem(const char *title, const FETCH fetch);
int GetModel(const char *title, const FETCH fetch);
int GetHostname(const char *title, const FETCH fetch);
int GetAVG(const char *title, const FETCH fetch);
int GetBattery(const char *title, const FETCH fetch);
#endif