summaryrefslogtreecommitdiff
path: root/battstat
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-26 14:07:36 +0100
committerinfirit <[email protected]>2014-11-26 18:13:43 +0100
commit5f2b52208af8aa3a7b097f61fff7aad5aa2415d0 (patch)
tree5b8740712cda12a9e4171ed23163c858a2a72a28 /battstat
parent73d357f0a5a890aebdd473defa4979246eb3dd7c (diff)
downloadmate-applets-5f2b52208af8aa3a7b097f61fff7aad5aa2415d0.tar.bz2
mate-applets-5f2b52208af8aa3a7b097f61fff7aad5aa2415d0.tar.xz
battstat: add missing function declaration
Based on gnome-applets commit: 5d6f1a6d3888bd4d4f4ea6288d99a79c1dd63442 From" Alberts Muktupāvels <[email protected]>
Diffstat (limited to 'battstat')
-rw-r--r--battstat/battstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h
index 16fb84b0..cbfb374a 100644
--- a/battstat/battstat.h
+++ b/battstat/battstat.h
@@ -172,5 +172,6 @@ const char *power_management_initialise (int no_hal, void (*callback) (void));
void power_management_cleanup( void );
int power_management_using_hal( void );
+int power_management_using_upower( void );
#endif /* _battstat_h_ */