summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-08-31 11:21:24 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-08-31 11:21:24 +0000
commitf523d2b0a5e7fdbcf6b0d774750a3f41b85aadc9 (patch)
tree504876d15f1c5e27e144088ca885adb78ae825b2 /src/gui/gui.h
parente05be4e2b3efbfe206468abbcb0fc328bacac3f8 (diff)
downloadweechat-f523d2b0a5e7fdbcf6b0d774750a3f41b85aadc9.zip
Added "/debug buffer" command to see raw buffer content
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h1
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 */