summaryrefslogtreecommitdiff
path: root/src/gui/gui-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-history.h')
-rw-r--r--src/gui/gui-history.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-history.h b/src/gui/gui-history.h
index edbb1acd8..f0915268b 100644
--- a/src/gui/gui-history.h
+++ b/src/gui/gui-history.h
@@ -37,6 +37,8 @@ extern void gui_history_buffer_add (struct t_gui_buffer *buffer,
const char *string);
extern void gui_history_global_add (const char *string);
extern void gui_history_add (struct t_gui_buffer *buffer, const char *string);
+extern int gui_history_search (struct t_gui_buffer *buffer,
+ struct t_gui_history *history);
extern void gui_history_global_free ();
extern void gui_history_buffer_free (struct t_gui_buffer *buffer);
extern struct t_hdata *gui_history_hdata_history_cb (const void *pointer,