aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/table.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-01 16:17:00 -0700
committerBen Pfaff <blp@nicira.com>2011-06-06 08:58:02 -0700
commit29d7226e8b17ce1891aaba8f3009715b24fa664f (patch)
tree444f2e997c8a87f4da51f1d53ab37ff88a96ed12 /ovsdb/table.h
parent1cb29ab050c601448a89eb7311a9f07095921bbd (diff)
ovsdb: Move ovsdb_table_put_row() into test program.
This function is not useful inside ovsdb itself but only in the "test-ovsdb" test program. To avoid the temptation to use it incorrectly inside ovsdb, this commit moves it into the test program.
Diffstat (limited to 'ovsdb/table.h')
-rw-r--r--ovsdb/table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ovsdb/table.h b/ovsdb/table.h
index 95da7403..8e933438 100644
--- a/ovsdb/table.h
+++ b/ovsdb/table.h
@@ -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 */