Imported Upstream version 0.165
[platform/upstream/elfutils.git] / backends / alpha_init.c
index a3307d8..25c5b32 100644 (file)
 
 
 const char *
-alpha_init (elf, machine, eh, ehlen)
-     Elf *elf __attribute__ ((unused));
-     GElf_Half machine __attribute__ ((unused));
-     Ebl *eh;
-     size_t ehlen;
+alpha_init (Elf *elf __attribute__ ((unused)),
+           GElf_Half machine __attribute__ ((unused)),
+           Ebl *eh,
+           size_t ehlen)
 {
   /* Check whether the Elf_BH object has a sufficent size.  */
   if (ehlen < sizeof (Ebl))