ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().
authorBen Pfaff <blp@nicira.com>
Wed, 27 Jan 2010 21:04:56 +0000 (13:04 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jan 2010 21:51:52 +0000 (13:51 -0800)
commit9e336f491038f440dc846c172daeea0d0a77b20c
treed1d11d1aa77bbdad94a8108436e86f060393eb9d
parent557e37183de13d82888291b041c93cdd8b6e91f3
ovsdb-idl: Export ovsdb_idl_txn_delete() and ovsdb_idl_txn_insert().

ovs-vsctl wants to use these functions directly, so make them available
through the ovsdb-idl public header instead of only through the private
one.

Also, change the prototypes to make them usable without casts.
lib/ovsdb-idl-provider.h
lib/ovsdb-idl.c
lib/ovsdb-idl.h
ovsdb/ovsdb-idlc.in