summary refs log tree commit diff stats
path: root/src/common/url.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 10:03:39 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 10:03:39 +0200
commitca3fa043f09b0684999f8881e65c22dfde875004 (patch)
tree56e584ea78c8eb4199220c3cf55ff7bb27e2e991 /src/common/url.h
parentd4f3738ca82bf586503a4e1ddae6ff0797beb94a (diff)
Save URLs to disk on-the-fly and provide an option for toggling it
Diffstat (limited to 'src/common/url.h')
-rw-r--r--src/common/url.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/url.h b/src/common/url.h
index ab4247e0..8263b61c 100644
--- a/src/common/url.h
+++ b/src/common/url.h
@@ -13,8 +13,7 @@ extern void *url_tree;
 #define WORD_PATH    -2
 
 void url_clear (void);
-void url_save (const char *fname, const char *mode, gboolean fullpath);
-void url_autosave (void);
+void url_save_tree (const char *fname, const char *mode, gboolean fullpath);
 int url_check_word (char *word, int len);
 void url_check_line (char *buf, int len);