summaryrefslogtreecommitdiff
path: root/emit.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@debian.org>2008-08-27 13:45:17 +0200
committerMichael Meskes <meskes@debian.org>2008-08-27 13:45:17 +0200
commitf06a98f0b468601fc1ab929b06a7962cca8614ea (patch)
treed1e64a0785f80b753f11d81a77f9cb27f86dcf0a /emit.h
Imported Upstream version 0.1
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);