X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=send.h;fp=send.h;h=0000000000000000000000000000000000000000;hb=0ab80500fd3a7e262417c707022dffbcd8655ba6;hp=e01022d8503102b55891a73b4505ed4f1843a32e;hpb=6b0069005ee1fc055a16983d675dc13db38170af;p=osdd.git diff --git a/send.h b/send.h deleted file mode 100644 index e01022d..0000000 --- a/send.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * On-screen Display Client -- Sending Messages - * - * (c) 2010 Martin Mares - */ - -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);