8182b3bee1
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
9 lines
166 B
C
9 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);
|