Revision 33521634

b/qemu-char.c
2231 2231
    return NULL;
2232 2232
}
2233 2233

  
2234
static QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename)
2234
QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename)
2235 2235
{
2236 2236
    char host[65], port[33], width[8], height[8];
2237 2237
    int pos;
b/qemu-char.h
69 69
    QTAILQ_ENTRY(CharDriverState) next;
70 70
};
71 71

  
72
QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename);
72 73
CharDriverState *qemu_chr_open_opts(QemuOpts *opts,
73 74
                                    void (*init)(struct CharDriverState *s));
74 75
CharDriverState *qemu_chr_open(const char *label, const char *filename, void (*init)(struct CharDriverState *s));

Also available in: Unified diff