mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
42b388439b
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
13 lines
199 B
C
13 lines
199 B
C
/*
|
|
*/
|
|
|
|
#ifndef LIBMAP_H
|
|
#define LIBMAP_H
|
|
|
|
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);
|
|
|
|
#endif
|