]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/rtld-elf/libmap.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / libexec / rtld-elf / libmap.h
1 /*
2  * $FreeBSD$
3  */
4
5 int     lm_init (char *);
6 void    lm_fini (void);
7 char *  lm_find (const char *, const char *);
8 #ifdef COMPAT_32BIT
9 char *  lm_findn (const char *, const char *, const int);
10 #endif