ovsdb-client: Break table formatting into new library.
authorBen Pfaff <blp@nicira.com>
Wed, 9 Feb 2011 00:09:45 +0000 (16:09 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Feb 2011 00:09:45 +0000 (16:09 -0800)
commit3a3eb9daef012e58d6604a6fc726a5115b25945f
treeeb9c21ef51a8d7953ce092d02e6955b4c6ca9976
parent0a140468ddcff3f767a3069fe3303c7ae000a855
ovsdb-client: Break table formatting into new library.

This makes the table formatting functions available to other programs.
ovs-vsctl will start using it soon on the "list" and "find" commands.
lib/automake.mk
lib/table.c [new file with mode: 0644]
lib/table.h [new file with mode: 0644]
lib/table.man [new file with mode: 0644]
ovsdb/ovsdb-client.1.in
ovsdb/ovsdb-client.c