mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rtld-elf/libmap.h: add include guard
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
fa3eb3c970
commit
3aed5ddb8b
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue