Imported Upstream version 0.165
[platform/upstream/elfutils.git] / libebl / eblcorenotetypename.c
index b6db6cd..826f9a1 100644 (file)
 #include <libeblP.h>
 
 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);