]> mj.ucw.cz Git - osdd.git/blobdiff - send.h
Cleaned up utility functions and implemented `osd-batt --check-every'
[osdd.git] / send.h
diff --git a/send.h b/send.h
deleted file mode 100644 (file)
index e01022d..0000000
--- a/send.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- *     On-screen Display Client -- Sending Messages
- *
- *     (c) 2010 Martin Mares <mj@ucw.cz>
- */
-
-void osd_init(void);
-
-struct osd_msg;
-struct osd_msg *osd_new_msg(void);
-void osd_add_line(struct osd_msg *msg, char *key, char *val);
-void osd_send(struct osd_msg *msg);