]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rtld-elf/libmap.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 char *  lm_findn (const char *, const char *, const int);