Home | History | Annotate | Download | only in apriori
      1 #ifndef PRELINKMAP_H
      2 #define PRELINKMAP_H
      3 
      4 #include <sys/types.h>
      5 
      6 extern void pm_init(const char *file);
      7 extern void pm_report_library_size_in_memory(const char *name, off_t fsize);
      8 extern unsigned pm_get_next_link_address(const char *name);
      9 
     10 #endif/*PRELINKMAP_H*/
     11