ovs-vsctl: Free memory on successful exit.
[openvswitch] / lib / ovsdb-parser.h
index 6a3e32df6e47285796bb1e7a6c0c47182656b967..6efa0a73c8bb5f5bd937502b280e8b0254b0206e 100644 (file)
@@ -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 */