X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fcolumn.h;h=5fd39ae108f2f22e164f47ec1cbfb2574300128b;hb=f0f54cb4dd1c4d890b6b4b9cd459c11fe880e88f;hp=594215108bdcc0921e5f644a3ac79d65621266b4;hpb=f85f8ebbfac946c19b3c6eb0f4170f579d0a4d25;p=openvswitch diff --git a/ovsdb/column.h b/ovsdb/column.h index 59421510..5fd39ae1 100644 --- a/ovsdb/column.h +++ b/ovsdb/column.h @@ -71,6 +71,7 @@ void ovsdb_column_set_clone(struct ovsdb_column_set *, struct ovsdb_error *ovsdb_column_set_from_json(const struct json *, const struct ovsdb_table *, struct ovsdb_column_set *); +struct json *ovsdb_column_set_to_json(const struct ovsdb_column_set *); void ovsdb_column_set_add(struct ovsdb_column_set *, const struct ovsdb_column *);