aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.h
blob: a785f1b6c43fa1040ee40602f44f09d92d99f8c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 */

#ifndef LIBMAP_H
#define	LIBMAP_H

int	lm_init(const char *);
void	lm_fini(void);
char	*lm_find(const char *, const char *);
char	*lm_findn(const char *, const char *, const size_t);

#endif