X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libebl%2Febl_check_special_section.c;h=903b69d564388f8feeab0f11121d0ee83bc4eea7;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=aabe44e64d915e8dfc46cab0108d59e4264b2edf;hpb=18a667176dd196f7bc3a9cdf1cbd87d4c7b31c7f;p=platform%2Fupstream%2Felfutils.git diff --git a/libebl/ebl_check_special_section.c b/libebl/ebl_check_special_section.c index aabe44e..903b69d 100644 --- a/libebl/ebl_check_special_section.c +++ b/libebl/ebl_check_special_section.c @@ -34,11 +34,8 @@ 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); }