home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / amiga / chiputil / gg / loadelfwos.lha / LoadElfWOS.lzx / src / loadelf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-30  |  151 b   |  9 lines

  1. #ifndef PLOADELF_H
  2. #define PLOADELF_H
  3. #include "elfobject.h"
  4.  
  5. PElfObject *alloc_elfobject(void *elfptr);
  6. void free_elfobject(PElfObject *obj);
  7.  
  8. #endif
  9.