X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Ffile.h;h=5d76a73ac02a9717e4544ee0d857dde068484ef6;hb=4b570f12766f3c4eeb527de69d8eedfd59c34b86;hp=b28c31811494647cafca88ca27b13bb3adc6231e;hpb=ada496b5cc123fca2913be8b73097934f528cec8;p=sliver-openvswitch.git diff --git a/ovsdb/file.h b/ovsdb/file.h index b28c31811..5d76a73ac 100644 --- a/ovsdb/file.h +++ b/ovsdb/file.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 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. @@ -40,4 +40,8 @@ struct ovsdb_error *ovsdb_file_save_copy(const char *file_name, int locking, struct ovsdb_error *ovsdb_file_compact(struct ovsdb_file *); +struct ovsdb_error *ovsdb_file_read_schema(const char *file_name, + struct ovsdb_schema **) + WARN_UNUSED_RESULT; + #endif /* ovsdb/file.h */