X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb.h;h=e976d3be06080b8f40c3ca13439efb8ba5011ba8;hb=a6e73618f53138eb6f55e2c66ff8c649794fd8dd;hp=6e4ff791469c1f5000f49bc767b25060c84c705b;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb.h b/ovsdb/ovsdb.h index 6e4ff7914..e976d3be0 100644 --- a/ovsdb/ovsdb.h +++ b/ovsdb/ovsdb.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. +/* Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -69,10 +69,6 @@ void ovsdb_destroy(struct ovsdb *); void ovsdb_get_memory_usage(const struct ovsdb *, struct simap *usage); -struct ovsdb_error *ovsdb_from_json(const struct json *, struct ovsdb **) - WARN_UNUSED_RESULT; -struct json *ovsdb_to_json(const struct ovsdb *); - struct ovsdb_table *ovsdb_get_table(const struct ovsdb *, const char *); struct json *ovsdb_execute(struct ovsdb *, const struct ovsdb_session *,