From 069b64e3fe75c81edef6685c9941a7937a48fec4 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 28 Feb 2017 22:27:04 +0100 Subject: qapi: New parse_qapi_name() Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Message-Id: <1488317230-26248-19-git-send-email-armbru@redhat.com> --- include/qapi/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/qapi') diff --git a/include/qapi/util.h b/include/qapi/util.h index 7ad26c0..7436ed8 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 -- cgit v1.1