X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libebl%2Feblcheckobjattr.c;h=b590a03959669e7c6a7b1353de59080f3cead462;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=b0481d2fe72ddb6c947bad038541aab7cab8dd2e;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libebl/eblcheckobjattr.c b/libebl/eblcheckobjattr.c index b0481d2..b590a03 100644 --- a/libebl/eblcheckobjattr.c +++ b/libebl/eblcheckobjattr.c @@ -35,13 +35,9 @@ bool -ebl_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name) - Ebl *ebl; - const char *vendor; - int tag; - uint64_t value; - const char **tag_name; - const char **value_name; +ebl_check_object_attribute (Ebl *ebl, const char *vendor, int tag, + uint64_t value, const char **tag_name, + const char **value_name) { if (ebl->check_object_attribute (ebl, vendor, tag, value, tag_name, value_name))