diff options
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 |