Support the siteconf feature
Patch to support the siteconf feature, from [w3m-dev 04463] on 2012-06-27, provided by AIDA Shinra.
This commit is contained in:
1
indep.h
1
indep.h
@@ -52,6 +52,7 @@ extern int strncasecmp(const char *s1, const char *s2, size_t n);
|
||||
extern char *strcasestr(const char *s1, const char *s2);
|
||||
#endif
|
||||
extern int strcasemstr(char *str, char *srch[], char **ret_ptr);
|
||||
int strmatchlen(const char *s1, const char *s2, int maxlen);
|
||||
extern char *remove_space(char *str);
|
||||
extern int non_null(char *s);
|
||||
extern void cleanup_line(Str s, int mode);
|
||||
|
Reference in New Issue
Block a user