aboutsummaryrefslogtreecommitdiff
path: root/bat_tray/bat_tray.h
diff options
context:
space:
mode:
Diffstat (limited to 'bat_tray/bat_tray.h')
-rw-r--r--bat_tray/bat_tray.h9
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 */