diff options
Diffstat (limited to 'libebl/eblcheckobjattr.c')
| -rw-r--r-- | libebl/eblcheckobjattr.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libebl/eblcheckobjattr.c b/libebl/eblcheckobjattr.c index b0481d2f..b590a039 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)) |
