rtld-elf/libmap.h: add include guard

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2022-09-19 01:05:06 +03:00
parent fa3eb3c970
commit 3aed5ddb8b

View file

@ -2,7 +2,12 @@
* $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