X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-parser.h;h=6efa0a73c8bb5f5bd937502b280e8b0254b0206e;hb=7a44236e274511579719aecdb0b3cd4b090be03f;hp=6a3e32df6e47285796bb1e7a6c0c47182656b967;hpb=124f9671b7c1bfed36836a98723f565bb55a116a;p=openvswitch diff --git a/lib/ovsdb-parser.h b/lib/ovsdb-parser.h index 6a3e32df..6efa0a73 100644 --- a/lib/ovsdb-parser.h +++ b/lib/ovsdb-parser.h @@ -71,4 +71,6 @@ struct ovsdb_error *ovsdb_parser_get_error(const struct ovsdb_parser *); struct ovsdb_error *ovsdb_parser_finish(struct ovsdb_parser *) WARN_UNUSED_RESULT; +bool ovsdb_parser_is_id(const char *string); + #endif /* ovsdb-parser.h */