From f06a98f0b468601fc1ab929b06a7962cca8614ea Mon Sep 17 00:00:00 2001 From: Michael Meskes Date: Wed, 27 Aug 2008 13:45:17 +0200 Subject: Imported Upstream version 0.1 --- emit.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 emit.h (limited to 'emit.h') 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); -- cgit v1.2.3-54-g00ecf