diff options
author | David <dbphillipsnz@gmail.com> | 2014-04-30 13:07:39 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-04-30 13:07:39 +1200 |
commit | 4ec5aa223ec7c1e727ea2497936cbab5e3e57463 (patch) | |
tree | 842cf6bbac21617a0361fd5cd1a7dec5c039566b /bat_tray | |
parent | b7d55116cc2c6a53891ea0d20686c79a6dd803bd (diff) | |
download | paramano-4ec5aa223ec7c1e727ea2497936cbab5e3e57463.tar.xz |
General tidy-up
Diffstat (limited to 'bat_tray')
-rw-r--r-- | bat_tray/bat_tray.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bat_tray/bat_tray.h b/bat_tray/bat_tray.h index c20a833..8992b32 100644 --- a/bat_tray/bat_tray.h +++ b/bat_tray/bat_tray.h @@ -17,7 +17,7 @@ ************************************************************************/ #ifndef BAT_TRAY_H -#define BAT_TRAY_H 1 +#define BAT_TRAY_H #include <glib.h> @@ -33,8 +33,7 @@ void bat_tray_init(); void bat_tray_show(); void bat_tray_hide(); +int get_battery_state(); +int get_bat_num(); -int get_battery_state(); -int get_bat_num(); - -#endif /* ifndef BAT_TRAY_H */
\ No newline at end of file +#endif /* ifndef BAT_TRAY_H */ |