Update .gitignore files
[openvswitch] / lib / ovsdb-parser.h
index f9a2ef7ed9a42972a71ef7d3c9a26dad35bc7e35..6efa0a73c8bb5f5bd937502b280e8b0254b0206e 100644 (file)
@@ -61,7 +61,7 @@ void ovsdb_parser_init(struct ovsdb_parser *, const struct json *,
                        const char *name, ...)
     PRINTF_FORMAT(3, 4);
 const struct json *ovsdb_parser_member(struct ovsdb_parser *, const char *name,
-                                     enum ovsdb_parser_types);
+                                       enum ovsdb_parser_types);
 
 void ovsdb_parser_raise_error(struct ovsdb_parser *parser,
                               const char *format, ...)
@@ -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 */