From b6fdcbeb3ea50e0051749dc552ffb7a736d3c8e1 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 5 Jan 2014 21:23:39 +0100 Subject: Dict handling to allow custom completion from user dictionary --- vchat-user.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vchat-user.h') diff --git a/vchat-user.h b/vchat-user.h index 41b51da..7ce004e 100644 --- a/vchat-user.h +++ b/vchat-user.h @@ -38,4 +38,7 @@ char *ul_match_user(char *regex); /* Nick completion function for readline */ char **ul_complete_user(char *text, int start, int end ); +/* Setting up a user dict for custum completion */ +void ul_add_to_dict(char *dict_items); + #endif -- cgit v1.2.3