summaryrefslogtreecommitdiff
path: root/ovsdb/ovsdb.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-03-27 09:33:10 -0700
committerBen Pfaff <blp@nicira.com>2013-03-27 15:25:24 -0700
commitd56748e8b43e180b966df641caf8767782e6b2f3 (patch)
treefeeecdf9dd65320838b6bf79328778e061d344b2 /ovsdb/ovsdb.h
parent6cf474d792d3197bdf92e49d4215c8bc942d6e15 (diff)
downloadopenvswitch-d56748e8b43e180b966df641caf8767782e6b2f3.tar.gz
ovsdb: Remove prototypes for unimplemented functions.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ovsdb/ovsdb.h')
-rw-r--r--ovsdb/ovsdb.h6
1 files changed, 1 insertions, 5 deletions
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 *,