rtld-elf/libmap.h: style declarations

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

View File

@ -6,8 +6,8 @@
#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);
void lm_fini(void);
char *lm_find(const char *, const char *);
char *lm_findn(const char *, const char *, const size_t);
#endif