summaryrefslogtreecommitdiff
path: root/statuses/fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'statuses/fan.h')
-rw-r--r--statuses/fan.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/statuses/fan.h b/statuses/fan.h
new file mode 100644
index 0000000..dd5e494
--- /dev/null
+++ b/statuses/fan.h
@@ -0,0 +1,7 @@
+
+#ifndef __FAN_H__
+#define __FAN_H__
+
+void status_fan(char *title, char *sysfile);
+
+#endif