summaryrefslogtreecommitdiff
path: root/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'emit.h')
-rw-r--r--emit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/emit.h b/emit.h
new file mode 100644
index 0000000..91472e3
--- /dev/null
+++ b/emit.h
@@ -0,0 +1,4 @@
+void emit_battery(global_t *globals, char *header_shown);
+void emit_acstate(global_t *globals, char *header_shown);
+void emit_zone(global_t *globals, char *header_shown);
+void emit_fan(global_t *globals, char *header_shown);