diff options
Diffstat (limited to 'src/fe-common/core/chat-completion.h')
-rw-r--r-- | src/fe-common/core/chat-completion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/core/chat-completion.h b/src/fe-common/core/chat-completion.h index ff6098b1..17c1408d 100644 --- a/src/fe-common/core/chat-completion.h +++ b/src/fe-common/core/chat-completion.h @@ -6,6 +6,8 @@ GList *completion_get_servers(const char *word); GList *completion_get_servertags(const char *word); GList *completion_get_channels(SERVER_REC *server, const char *word); GList *completion_get_aliases(const char *word); +GList *completion_msg(SERVER_REC *win_server, SERVER_REC *find_server, + const char *nick, const char *prefix); void completion_last_message_add(const char *nick); void completion_last_message_remove(const char *nick); |