diff options
author | June McEnroe <june@causal.agency> | 2020-02-07 23:33:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-07 23:33:23 -0500 |
commit | d314523b90f41cfdbca867ad0ad48f2f68f66c58 (patch) | |
tree | d448e4b1cbdde3580fd2238c4a80daacb92adff4 /chat.h | |
parent | Use atexit instead of err_set_exit (diff) | |
download | catgirl-d314523b90f41cfdbca867ad0ad48f2f68f66c58.tar.gz catgirl-d314523b90f41cfdbca867ad0ad48f2f68f66c58.zip |
Update completion on join, part, privmsg
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index f164e7a..aec5a68 100644 --- a/chat.h +++ b/chat.h @@ -153,6 +153,7 @@ void completeAccept(void); void completeReject(void); void completeAdd(size_t id, const char *str, enum Color color); void completeTouch(size_t id, const char *str, enum Color color); +void completeRemove(size_t id, const char *str); FILE *configOpen(const char *path, const char *mode); int getopt_config( |