X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fcondition.h;h=ae6159c06ae8623cb84447624d2c44176aa45114;hb=HEAD;hp=8c422b957d7de7218c14a6ba485f2e14fbddc3e6;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=sliver-openvswitch.git diff --git a/ovsdb/condition.h b/ovsdb/condition.h index 8c422b957..ae6159c06 100644 --- a/ovsdb/condition.h +++ b/ovsdb/condition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Nicira Networks +/* Copyright (c) 2009, 2010 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -62,7 +62,7 @@ struct ovsdb_condition { struct ovsdb_error *ovsdb_condition_from_json( const struct ovsdb_table_schema *, - const struct json *, const struct ovsdb_symbol_table *, + const struct json *, struct ovsdb_symbol_table *, struct ovsdb_condition *) WARN_UNUSED_RESULT; struct json *ovsdb_condition_to_json(const struct ovsdb_condition *); void ovsdb_condition_destroy(struct ovsdb_condition *);