diff options
Diffstat (limited to 'src/gui/gui-input.h')
-rw-r--r-- | src/gui/gui-input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index 148cda6e5..d8d5fe796 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -28,6 +28,8 @@ extern char *gui_input_clipboard; /* input functions */ +extern void gui_input_prompt_changed_signal (); +extern void gui_input_text_changed_signal (); extern void gui_input_optimize_size (struct t_gui_buffer *buffer); extern void gui_input_init_color_mask (struct t_gui_buffer *buffer); extern void gui_input_move (struct t_gui_buffer *buffer, char *target, |