Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libebl / ebl_check_special_section.c
index aabe44e..903b69d 100644 (file)
 
 
 bool
-ebl_check_special_section (ebl, ndx, shdr, sname)
-     Ebl *ebl;
-     int ndx;
-     const GElf_Shdr *shdr;
-     const char *sname;
+ebl_check_special_section (Ebl *ebl, int ndx, const GElf_Shdr *shdr,
+                          const char *sname)
 {
   return ebl != NULL && ebl->check_special_section (ebl, ndx, shdr, sname);
 }