]> mj.ucw.cz Git - osdd.git/blob - send.h
e01022d8503102b55891a73b4505ed4f1843a32e
[osdd.git] / send.h
1 /*
2  *      On-screen Display Client -- Sending Messages
3  *
4  *      (c) 2010 Martin Mares <mj@ucw.cz>
5  */
6
7 void osd_init(void);
8
9 struct osd_msg;
10 struct osd_msg *osd_new_msg(void);
11 void osd_add_line(struct osd_msg *msg, char *key, char *val);
12 void osd_send(struct osd_msg *msg);