X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fovsdb-types.h;h=81cc862130c8560a080b15f089a7350bb5bc3e2f;hb=cab5044987845e66dbe030eb1384d58cc5a66fc9;hp=5b6b0f02dd1445970f573a5ad108f326f50e58f7;hpb=9a8d2f8c49c28ddc77be7011748eef17d949fafe;p=cascardo%2Fovs.git diff --git a/lib/ovsdb-types.h b/lib/ovsdb-types.h index 5b6b0f02d..81cc86213 100644 --- a/lib/ovsdb-types.h +++ b/lib/ovsdb-types.h @@ -105,7 +105,7 @@ const struct ovsdb_type *ovsdb_base_type_get_enum_type(enum ovsdb_atomic_type); struct ovsdb_error *ovsdb_base_type_from_json(struct ovsdb_base_type *, const struct json *) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; struct json *ovsdb_base_type_to_json(const struct ovsdb_base_type *); static inline bool ovsdb_base_type_is_ref(const struct ovsdb_base_type *); @@ -162,7 +162,7 @@ char *ovsdb_type_to_english(const struct ovsdb_type *); struct ovsdb_error *ovsdb_type_from_json(struct ovsdb_type *, const struct json *) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; struct json *ovsdb_type_to_json(const struct ovsdb_type *); /* Inline function implementations. */