opnsense-src/libexec/rtld-elf/libmap.h
Konstantin Belousov b76c89cb33 rtld-elf/libmap.h: style declarations
(cherry picked from commit 1fd4dec26e)
2022-09-25 14:18:25 +03:00

13 lines
212 B
C

/*
* $FreeBSD$
*/
#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