overhauling of URL detection, including channel, nick, etc 'words'

This commit is contained in:
RichardHitt
2013-01-02 14:50:26 -08:00
parent 7f2846a5bd
commit 4af624627e
10 changed files with 402 additions and 280 deletions

View File

@@ -142,7 +142,7 @@ mybsearch (const void *key, void **array, size_t nmemb,
}
void *
tree_find (tree *t, void *key, tree_cmp_func *cmp, void *data, int *pos)
tree_find (tree *t, const void *key, tree_cmp_func *cmp, void *data, int *pos)
{
if (!t || !t->array)
return NULL;