mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
Reviewed By: kib Approved By: brooks (mentor) Differential Revision: https://reviews.freebsd.org/D17150
8 lines
169 B
C
8 lines
169 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
int lm_init (char *);
|
|
void lm_fini (void);
|
|
char * lm_find (const char *, const char *);
|
|
char * lm_findn (const char *, const char *, const size_t);
|