diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2014-01-05 21:23:39 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-01-05 21:23:39 +0100 |
commit | b6fdcbeb3ea50e0051749dc552ffb7a736d3c8e1 (patch) | |
tree | 09171f25965722a710b7a8ed50c173ee372f7d79 /vchat-user.h | |
parent | f409a5e841d91237fe4034818955dd88167a679b (diff) |
Dict handling to allow custom completion from user dictionary
Diffstat (limited to 'vchat-user.h')
-rw-r--r-- | vchat-user.h | 3 |
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 */ |
39 | char **ul_complete_user(char *text, int start, int end ); | 39 | char **ul_complete_user(char *text, int start, int end ); |
40 | 40 | ||
41 | /* Setting up a user dict for custum completion */ | ||
42 | void ul_add_to_dict(char *dict_items); | ||
43 | |||
41 | #endif | 44 | #endif |