diff options
Diffstat (limited to 'src/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index cd77d77d0..80ec2c622 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -71,6 +71,7 @@ extern char *gui_chat_string_add_offset (const char *string, int offset); extern char *gui_chat_string_add_offset_screen (const char *string, int offset_screen); extern int gui_chat_string_real_pos (const char *string, int pos); +extern int gui_chat_string_pos (const char *string, int real_pos); extern void gui_chat_get_word_info (struct t_gui_window *window, const char *data, int *word_start_offset, int *word_end_offset, |