Revision 238431a9 qemu-option.h

b/qemu-option.h
115 115
                  const char *name, const char *value);
116 116
const char *qemu_opts_id(QemuOpts *opts);
117 117
void qemu_opts_del(QemuOpts *opts);
118
int qemu_opts_validate(QemuOpts *opts, QemuOptDesc *desc);
118
int qemu_opts_validate(QemuOpts *opts, const QemuOptDesc *desc);
119 119
int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname);
120 120
QemuOpts *qemu_opts_parse(QemuOptsList *list, const char *params, const char *firstname);
121 121

  

Also available in: Unified diff