X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fmutation.h;h=86de6f2466c8df7cac8f2e5e2fc9e54b5a21f291;hb=2970119462bf163a21ed0bc14f0268b0a54df508;hp=d466e281c747d276e94798a4e9592ef4a4e86e14;hpb=e9f8f9367e9e654b9582279608af86ea3744a2a0;p=sliver-openvswitch.git diff --git a/ovsdb/mutation.h b/ovsdb/mutation.h index d466e281c..86de6f246 100644 --- a/ovsdb/mutation.h +++ b/ovsdb/mutation.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010, 2011 Nicira Networks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -62,11 +62,11 @@ struct ovsdb_mutation_set { struct ovsdb_error *ovsdb_mutation_set_from_json( const struct ovsdb_table_schema *, - const struct json *, const struct ovsdb_symbol_table *, + const struct json *, struct ovsdb_symbol_table *, struct ovsdb_mutation_set *) WARN_UNUSED_RESULT; struct json *ovsdb_mutation_set_to_json(const struct ovsdb_mutation_set *); void ovsdb_mutation_set_destroy(struct ovsdb_mutation_set *); struct ovsdb_error *ovsdb_mutation_set_execute( - struct ovsdb_row *, const struct ovsdb_mutation_set *); + struct ovsdb_row *, const struct ovsdb_mutation_set *) WARN_UNUSED_RESULT; #endif /* ovsdb/mutation.h */