diff options
author | rbuj <[email protected]> | 2021-12-24 10:03:19 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-03-23 04:31:52 +0000 |
commit | 27179fe049f751ec173ba5658ac6585163eeac20 (patch) | |
tree | bf562b87f2758c32b32227fa27e44334e0c6cee7 /battstat/battstat-upower.h | |
parent | 353848d7c80b943406379f70dc41536ed7c37d3e (diff) | |
download | mate-applets-27179fe049f751ec173ba5658ac6585163eeac20.tar.bz2 mate-applets-27179fe049f751ec173ba5658ac6585163eeac20.tar.xz |
battstat/battstat-upower.h: missing error_dialog
Diffstat (limited to 'battstat/battstat-upower.h')
-rw-r--r-- | battstat/battstat-upower.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/battstat/battstat-upower.h b/battstat/battstat-upower.h index 2afc43b6..bed3e638 100644 --- a/battstat/battstat-upower.h +++ b/battstat/battstat-upower.h @@ -26,6 +26,7 @@ char *battstat_upower_initialise (void (*) (void)); void battstat_upower_cleanup (void); +void error_dialog (const char *fmt , ...); #include "battstat.h" void battstat_upower_get_battery_info (BatteryStatus *status); |