xref: /freebsd/libexec/rtld-elf/libmap.h (revision 7660b554bc59a07be0431c17e0e33815818baa69)
1 /*
2  * $FreeBSD$
3  */
4 
5 int	lm_init (void);
6 void	lm_fini (void);
7 char *	lm_find (const char *, const char *);
8