summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
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 */