X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fcolumn.h;h=60ba478af9f42cf02b0e5bef2ab917393269aa7a;hb=7fa0f73fb284b4406bcd085ee62552891b3fa6cd;hp=d90c12adbb4cc3d20a3a4ccac68211b8bcede226;hpb=1cb29ab050c601448a89eb7311a9f07095921bbd;p=sliver-openvswitch.git diff --git a/ovsdb/column.h b/ovsdb/column.h index d90c12adb..60ba478af 100644 --- a/ovsdb/column.h +++ b/ovsdb/column.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,6 +73,7 @@ struct ovsdb_error *ovsdb_column_set_from_json( const struct json *, const struct ovsdb_table_schema *, struct ovsdb_column_set *); struct json *ovsdb_column_set_to_json(const struct ovsdb_column_set *); +char *ovsdb_column_set_to_string(const struct ovsdb_column_set *); void ovsdb_column_set_add(struct ovsdb_column_set *, const struct ovsdb_column *);