summaryrefslogtreecommitdiff
path: root/vchat-user.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-01-05 21:23:39 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-01-05 21:23:39 +0100
commitb6fdcbeb3ea50e0051749dc552ffb7a736d3c8e1 (patch)
tree09171f25965722a710b7a8ed50c173ee372f7d79 /vchat-user.h
parentf409a5e841d91237fe4034818955dd88167a679b (diff)
Dict handling to allow custom completion from user dictionary
Diffstat (limited to 'vchat-user.h')
-rw-r--r--vchat-user.h3
1 files changed, 3 insertions, 0 deletions
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);
38/* Nick completion function for readline */ 38/* Nick completion function for readline */
39char **ul_complete_user(char *text, int start, int end ); 39char **ul_complete_user(char *text, int start, int end );
40 40
41/* Setting up a user dict for custum completion */
42void ul_add_to_dict(char *dict_items);
43
41#endif 44#endif