mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D31545
8 lines
174 B
C
8 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);
|