diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-31 11:21:24 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-08-31 11:21:24 +0000 |
commit | f523d2b0a5e7fdbcf6b0d774750a3f41b85aadc9 (patch) | |
tree | 504876d15f1c5e27e144088ca885adb78ae825b2 /src/gui/gui.h | |
parent | e05be4e2b3efbfe206468abbcb0fc328bacac3f8 (diff) | |
download | weechat-f523d2b0a5e7fdbcf6b0d774750a3f41b85aadc9.zip |
Added "/debug buffer" command to see raw buffer content
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 9b311e793..744f9d7a7 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -109,6 +109,7 @@ extern void gui_buffer_search_restart (t_gui_window *); extern void gui_buffer_search_stop (t_gui_window *); extern int gui_buffer_search_text (t_gui_window *); extern void gui_buffer_scroll (t_gui_window *, char *); +extern void gui_buffer_dump_hexa (t_gui_buffer *); extern void gui_buffer_print_log (t_gui_buffer *); /* panel */ |