Added missing strcasecmp function prototype in the include file
This commit is contained in:
parent
fa574d0baa
commit
c9f84fd5c1
@ -33,6 +33,7 @@ int string_to_uint(char *buf, u32 *d);
|
|||||||
int string_to_ipaddr(const char *buf, u8 *addr);
|
int string_to_ipaddr(const char *buf, u8 *addr);
|
||||||
char * strdup(const char *s);
|
char * strdup(const char *s);
|
||||||
char * strndup(const char *s, size_t len);
|
char * strndup(const char *s, size_t len);
|
||||||
|
int strcasecmp(const char *s1, const char *s2);
|
||||||
|
|
||||||
int sendchar(int ch);
|
int sendchar(int ch);
|
||||||
void dumpBuffer(char *name, char* buffer, int len);
|
void dumpBuffer(char *name, char* buffer, int len);
|
||||||
|
Loading…
Reference in New Issue
Block a user