X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libebl%2Feblcorenotetypename.c;h=826f9a1b21a407698a582b3fb19acc7b55e81174;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=b6db6cd8eb8e13e72e7ba52adc1e646b44570181;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c index b6db6cd..826f9a1 100644 --- a/libebl/eblcorenotetypename.c +++ b/libebl/eblcorenotetypename.c @@ -36,11 +36,7 @@ #include const char * -ebl_core_note_type_name (ebl, type, buf, len) - Ebl *ebl; - uint32_t type; - char *buf; - size_t len; +ebl_core_note_type_name (Ebl *ebl, uint32_t type, char *buf, size_t len) { const char *res = ebl->core_note_type_name (type, buf, len);