summaryrefslogtreecommitdiff
path: root/battstat/battstat.h
diff options
context:
space:
mode:
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 );