summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Armbruster2017-02-28 22:27:04 +0100
committerMarkus Armbruster2017-03-07 16:07:47 +0100
commit069b64e3fe75c81edef6685c9941a7937a48fec4 (patch)
tree4100f5d87d5d79e7348e5341bdf93990b84327d0 /include
parenttest-qapi-util: New, covering qapi/qapi-util.c (diff)
downloadqemu-069b64e3fe75c81edef6685c9941a7937a48fec4.tar.gz
qemu-069b64e3fe75c81edef6685c9941a7937a48fec4.tar.xz
qemu-069b64e3fe75c81edef6685c9941a7937a48fec4.zip
qapi: New parse_qapi_name()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1488317230-26248-19-git-send-email-armbru@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/qapi/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qapi/util.h b/include/qapi/util.h
index 7ad26c0aca..7436ed815c 100644
--- a/include/qapi/util.h
+++ b/include/qapi/util.h
@@ -14,4 +14,6 @@
int qapi_enum_parse(const char * const lookup[], const char *buf,
int max, int def, Error **errp);
+int parse_qapi_name(const char *name, bool complete);
+
#endif