Better file structure and build system
[sysstatus.git] / include / status / fan.h
diff --git a/include/status/fan.h b/include/status/fan.h
new file mode 100644 (file)
index 0000000..dd5e494
--- /dev/null
@@ -0,0 +1,7 @@
+
+#ifndef __FAN_H__
+#define __FAN_H__
+
+void status_fan(char *title, char *sysfile);
+
+#endif