diff options
author | infirit <[email protected]> | 2014-11-26 14:07:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-26 18:13:43 +0100 |
commit | 5f2b52208af8aa3a7b097f61fff7aad5aa2415d0 (patch) | |
tree | 5b8740712cda12a9e4171ed23163c858a2a72a28 | |
parent | 73d357f0a5a890aebdd473defa4979246eb3dd7c (diff) | |
download | mate-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]>
-rw-r--r-- | battstat/battstat.h | 1 |
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_ */ |