2 * On-screen Display Daemon -- Client Interface
4 * (c) 2010 Martin Mares <mj@ucw.cz>
12 struct osd_msg *osd_new_msg(void);
13 void osd_add_line(struct osd_msg *msg, char *key, char *val);
14 void osd_send(struct osd_msg *msg);
17 void osd_wait(int seconds);