xref: /freebsd/libexec/rtld-elf/libmap.h (revision ebeff3f9b4f3a7459c712833bbb7179b357681de)
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);
9