mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
rtld-elf/libmap.h: style declarations
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
3aed5ddb8b
commit
1fd4dec26e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user