summaryrefslogtreecommitdiff
path: root/battstat/battstat.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-30 15:56:43 +0300
committerinfirit <[email protected]>2014-12-30 14:59:32 +0100
commit746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4 (patch)
tree44f8b7ea74f646f655bf1fb9cda6be4732ec565d /battstat/battstat.h
parent2dcb73c54833ae6af9fd724d40fdbfdbf16296f8 (diff)
downloadmate-applets-746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4.tar.bz2
mate-applets-746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4.tar.xz
battstat applet: remove HAL support
Diffstat (limited to 'battstat/battstat.h')
-rw-r--r--battstat/battstat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h
index cbfb374a..6d39cbb9 100644
--- a/battstat/battstat.h
+++ b/battstat/battstat.h
@@ -168,9 +168,8 @@ void battstat_show_help( ProgressData *battstat, const char *section );
/* power-management.c */
const char *power_management_getinfo( BatteryStatus *status );
-const char *power_management_initialise (int no_hal, void (*callback) (void));
+const char *power_management_initialise (void (*callback) (void));
void power_management_cleanup( void );
-int power_management_using_hal( void );
int power_management_using_upower( void );