mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
aa68b3bb2e
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31545
9 lines
174 B
C
9 lines
174 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
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);
|