ovsdb: Move ovsdb_table_put_row() into test program.
[sliver-openvswitch.git] / ovsdb / table.h
index 95da740..8e93343 100644 (file)
@@ -62,6 +62,5 @@ void ovsdb_table_destroy(struct ovsdb_table *);
 
 const struct ovsdb_row *ovsdb_table_get_row(const struct ovsdb_table *,
                                             const struct uuid *);
-bool ovsdb_table_put_row(struct ovsdb_table *, struct ovsdb_row *);
 
 #endif /* ovsdb/table.h */