diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-06-01 10:47:34 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-07-02 13:18:02 +0200 |
commit | bb67ab0290b9a83d4d444e2e9a0311d3b9b54385 (patch) | |
tree | 60c61352c062f7567aefa59599af68a1786df414 /qemu-option.h | |
parent | 18846dee1a795b4345ac0bd10b70a3a46fd14287 (diff) | |
download | qemu-bb67ab0290b9a83d4d444e2e9a0311d3b9b54385.zip |
qemu-option: New qemu_opts_reset()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-option.h')
-rw-r--r-- | qemu-option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-option.h b/qemu-option.h index 4823219a18..9e2406c562 100644 --- a/qemu-option.h +++ b/qemu-option.h @@ -115,6 +115,7 @@ int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, QemuOpts *qemu_opts_find(QemuOptsList *list, const char *id); QemuOpts *qemu_opts_create(QemuOptsList *list, const char *id, int fail_if_exists); +void qemu_opts_reset(QemuOptsList *list); int qemu_opts_set(QemuOptsList *list, const char *id, const char *name, const char *value); const char *qemu_opts_id(QemuOpts *opts); |