X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fcondition.h;h=620757f7f12c9f2256b5a11a0c34e8aed29a7abe;hb=HEAD;hp=4716150e445575e419217a3a93f8d558b9c2da2f;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=cascardo%2Fovs.git diff --git a/ovsdb/condition.h b/ovsdb/condition.h index 4716150e4..620757f7f 100644 --- a/ovsdb/condition.h +++ b/ovsdb/condition.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010 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. @@ -44,7 +44,7 @@ enum ovsdb_function { struct ovsdb_error *ovsdb_function_from_string(const char *, enum ovsdb_function *) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; const char *ovsdb_function_to_string(enum ovsdb_function); struct ovsdb_clause { @@ -63,7 +63,7 @@ struct ovsdb_condition { struct ovsdb_error *ovsdb_condition_from_json( const struct ovsdb_table_schema *, const struct json *, struct ovsdb_symbol_table *, - struct ovsdb_condition *) WARN_UNUSED_RESULT; + struct ovsdb_condition *) OVS_WARN_UNUSED_RESULT; struct json *ovsdb_condition_to_json(const struct ovsdb_condition *); void ovsdb_condition_destroy(struct ovsdb_condition *); bool ovsdb_condition_evaluate(const struct ovsdb_row *,