]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ovsdb/row.h
ovsdb: Get rid of "declare" operation.
[mirror_ovs.git] / ovsdb / row.h
index d468194a4fd9b23f08fdbaff0ff206d936ace1dc..302f61ab1712f5d316c2799590a591f88a9a28e5 100644 (file)
@@ -57,7 +57,7 @@ void ovsdb_row_update_columns(struct ovsdb_row *, const struct ovsdb_row *,
 
 struct ovsdb_error *ovsdb_row_from_json(struct ovsdb_row *,
                                         const struct json *,
-                                        const struct ovsdb_symbol_table *,
+                                        struct ovsdb_symbol_table *,
                                         struct ovsdb_column_set *included)
     WARN_UNUSED_RESULT;
 struct json *ovsdb_row_to_json(const struct ovsdb_row *,