[BACK]Return to link_elf.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/link_elf.h between version 1.4 and 1.5

version 1.4, 2002/09/08 17:55:37 version 1.5, 2004/10/14 10:02:28
Line 25 
Line 25 
         struct link_map *l_next;          struct link_map *l_next;
         struct link_map *l_prev;          struct link_map *l_prev;
 };  };
   
   struct dl_phdr_info {
           Elf_Addr        dlpi_addr;
           const char      *dlpi_name;
           const Elf_Phdr  *dlpi_phdr;
           Elf_Half        dlpi_phnum;
   };
   
   __BEGIN_DECLS
   int     dl_iterate_phdr (int (*)(struct dl_phdr_info *, size_t, void *),
              void *);
   __END_DECLS
   
 #endif /* !_LINK_ELF_H */  #endif /* !_LINK_ELF_H */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5