diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-02 14:50:26 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-02 14:50:26 -0800 |
commit | 4af624627eafdd5db9e0200bfd05c59aa60292b9 (patch) | |
tree | 602d296c8e34a36396979ea0b82cb7bb471af7da /src/common/url.h | |
parent | 7f2846a5bddbfaf78e99b303db4c9152460bb4d3 (diff) |
overhauling of URL detection, including channel, nick, etc 'words'
Diffstat (limited to 'src/common/url.h')
-rw-r--r-- | src/common/url.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/url.h b/src/common/url.h index 9a815fe1..b8e5c848 100644 --- a/src/common/url.h +++ b/src/common/url.h @@ -14,7 +14,8 @@ extern void *url_tree; void url_clear (void); void url_save_tree (const char *fname, const char *mode, gboolean fullpath); -int url_check_word (const char *word, int len); +int url_last (int *, int *); +int url_check_word (const char *word); void url_check_line (char *buf, int len); #endif |