Better file structure and build system
[sysstatus.git] / include / status / battery.h
diff --git a/include/status/battery.h b/include/status/battery.h
new file mode 100644 (file)
index 0000000..0824392
--- /dev/null
@@ -0,0 +1,7 @@
+
+#ifndef __BATTERY_H__
+#define __BATTERY_H__
+
+void status_battery(char *batname);
+
+#endif