summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-24 10:03:19 +0100
committerLuke from DC <[email protected]>2022-03-23 04:31:52 +0000
commit27179fe049f751ec173ba5658ac6585163eeac20 (patch)
treebf562b87f2758c32b32227fa27e44334e0c6cee7
parent353848d7c80b943406379f70dc41536ed7c37d3e (diff)
downloadmate-applets-27179fe049f751ec173ba5658ac6585163eeac20.tar.bz2
mate-applets-27179fe049f751ec173ba5658ac6585163eeac20.tar.xz
battstat/battstat-upower.h: missing error_dialog
-rw-r--r--battstat/battstat-upower.h1
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);