# | 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 strncasecmp /* defined in option strncasecmp.c */ |
141 | + | extern int strncasecmp(const char *s1, const char *s2, size_t n); |
142 | + | #endif |
143 | + | #ifndef strnstr /* defined in option strnstr.c */ |
144 | + | extern char * strnstr(const char *haystack, |
145 | + | const char *needle, size_t len); |
146 | + | #endif |
147 | ||
148 | #ifdef __cplusplus | |
149 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |