summary refs log tree commit diff stats
path: root/src/common/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/url.h')
-rw-r--r--src/common/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/url.h b/src/common/url.h
index dc5a65f8..9a815fe1 100644
--- a/src/common/url.h
+++ b/src/common/url.h
@@ -14,7 +14,7 @@ extern void *url_tree;
 
 void url_clear (void);
 void url_save_tree (const char *fname, const char *mode, gboolean fullpath);
-int url_check_word (char *word, int len);
+int url_check_word (const char *word, int len);
 void url_check_line (char *buf, int len);
 
 #endif