diff options
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index b72e664..93d3ae9 100644 --- a/chat.h +++ b/chat.h @@ -93,6 +93,7 @@ struct Format { }; void formatReset(struct Format *format); bool formatParse(struct Format *format, const wchar_t *split); +enum IRCColor formatColor(const char *str); void handle(char *line); void input(struct Tag tag, char *line); |