summaryrefslogtreecommitdiff
path: root/src/gui/gui-hotlist.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-10-12 19:20:26 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-10-12 19:20:26 +0200
commitc83eef6e82ab85fba79b2043282c6b185cbef9db (patch)
treec0d02282f6de0706bbc2fa6eaaef0b32db1a7da0 /src/gui/gui-hotlist.h
parentf6073c80765cda45af6b4518fd3b3d4c3506b1d3 (diff)
downloadweechat-c83eef6e82ab85fba79b2043282c6b185cbef9db.zip
Remove old title/nicklist/status/input, use of new bars
Diffstat (limited to 'src/gui/gui-hotlist.h')
-rw-r--r--src/gui/gui-hotlist.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h
index 486e8bab6..88372cc74 100644
--- a/src/gui/gui-hotlist.h
+++ b/src/gui/gui-hotlist.h
@@ -47,15 +47,12 @@ extern int gui_add_hotlist;
/* hotlist functions */
+extern void gui_hotlist_changed_signal ();
extern void gui_hotlist_add (struct t_gui_buffer *buffer, int priority,
struct timeval *creation_time,
int allow_current_buffer);
extern void gui_hotlist_resort ();
-extern void gui_hotlist_free (struct t_gui_hotlist **hotlist,
- struct t_gui_hotlist **last_hotlist,
- struct t_gui_hotlist *ptr_hotlist);
-extern void gui_hotlist_free_all (struct t_gui_hotlist **hotlist,
- struct t_gui_hotlist **last_hotlist);
+extern void gui_hotlist_clear ();
extern void gui_hotlist_remove_buffer (struct t_gui_buffer *buffer);
extern int gui_hotlist_add_to_infolist (struct t_infolist *infolist,
struct t_gui_hotlist *hotlist);