summary refs log tree commit diff stats
path: root/src/common/url.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-01-08 13:09:33 -0800
committerTingPing <tingping@tingping.se>2013-01-08 13:09:33 -0800
commitc8419ae43a3384da2ffbc30f855eaf45b79c883e (patch)
tree286916393bf0e7835da0d7debc472b6e6adedb5c /src/common/url.h
parent0213f21a46001cedd8b1c2d5e362b359214636d8 (diff)
parentccc82895edfd1a0c0e7f8d4c18dc2dac720881e8 (diff)
Merge pull request #359 from RichardHitt/master
Overhaul of URL detection, includes nick, channel, etc
Diffstat (limited to 'src/common/url.h')
-rw-r--r--src/common/url.h3
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