mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
available in 32-bit compatibility mode, unconditional. Overhaul the man page, which had evolved more by accretion than by design. Approved by: re (gjb) MFC after: 3 weeks
8 lines
166 B
C
8 lines
166 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 int);
|