| # | Line 137 | Line 137 | extern void freelamps(void); | |
|---|---|---|
| 137 | extern size_t strlcpy(char *dst, const char *src, size_t siz); | |
| 138 | extern size_t strlcat(char *dst, const char *src, size_t siz); | |
| 139 | #endif | |
| 140 | + | #ifndef strnstr /* defined in option strnstr.c */ |
| 141 | + | extern char * strnstr(const char *haystack, |
| 142 | + | const char *needle, size_t len); |
| 143 | + | #endif |
| 144 | ||
| 145 | #ifdef __cplusplus | |
| 146 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |