slp_strcasecmp
return slp_strcasecmp(
(int (*)(const void *, const void *)) slp_strcasecmp);
return (slp_strcasecmp(s1->surl, s2->surl));
if (slp_strcasecmp(p->url, url) == 0) {
(int (*)(const void *, const void *)) slp_strcasecmp);
(int (*)(const void *, const void *)) slp_strcasecmp);
extern int slp_strcasecmp(const char *, const char *);