summaryrefslogtreecommitdiff
path: root/battstat/battstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'battstat/battstat.h')
-rw-r--r--battstat/battstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h
index 77ff8f10..cbe07855 100644
--- a/battstat/battstat.h
+++ b/battstat/battstat.h
@@ -151,6 +151,6 @@ const char *power_management_getinfo (BatteryStatus *status);
const char *power_management_initialise (void (*callback) (void));
void power_management_cleanup (void);
-int power_management_using_upower (void);
+gboolean power_management_using_upower (void);
#endif /* _battstat_h_ */