diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-01 08:46:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-01 08:46:07 +0100 |
commit | c8a479453d327ae8b9c1c1e3e0dbdc042e7b9b66 (patch) | |
tree | 85b06809e3e89ca6b4e3d13fce687d4a9c07997e /src/gui/gui-buffer.h | |
parent | 9a160509d74c521f2de005e0daf3762866ef8e04 (diff) | |
download | weechat-c8a479453d327ae8b9c1c1e3e0dbdc042e7b9b66.zip |
core: add missing access to hdata "buffer_visited"
Diffstat (limited to 'src/gui/gui-buffer.h')
-rw-r--r-- | src/gui/gui-buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h index f9de9c4b1..6f937cc79 100644 --- a/src/gui/gui-buffer.h +++ b/src/gui/gui-buffer.h @@ -311,6 +311,8 @@ extern struct t_hdata *gui_buffer_hdata_buffer_cb (void *data, const char *hdata_name); extern struct t_hdata *gui_buffer_hdata_input_undo_cb (void *data, const char *hdata_name); +extern struct t_hdata *gui_buffer_hdata_buffer_visited_cb (void *data, + const char *hdata_name); extern int gui_buffer_add_to_infolist (struct t_infolist *infolist, struct t_gui_buffer *buffer); extern void gui_buffer_dump_hexa (struct t_gui_buffer *buffer); |