added WebSockets (#331)
This commit is contained in:
parent
f64935eb1d
commit
bce2139f06
16 changed files with 3810 additions and 1363 deletions
9
extras/httpd/strcasestr.h
Normal file
9
extras/httpd/strcasestr.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef STRCASESTR_H
|
||||
#define STRCASESTR_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
char *strcasestr(const char *s, const char *find);
|
||||
char *strncasestr(const char *s, const char * find, size_t slen);
|
||||
|
||||
#endif /* STRCASESTR_H */
|
Loading…
Add table
Add a link
Reference in a new issue