summaryrefslogtreecommitdiff
path: root/statuses/fan.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2012-10-26 15:30:49 +0100
committernorly <ny-git@enpas.org>2012-10-26 15:30:49 +0100
commitea0de655211296526a44967e0a4010c064ac5158 (patch)
tree8d3c863e852172d665d409512d1153dcc5c79eba /statuses/fan.h
parent0d20dbbfde089b69a3e925d049bb864816c14599 (diff)
Include fan.{c,h}
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