Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libebl / eblcheckobjattr.c
index b0481d2..b590a03 100644 (file)
 
 
 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))