diff options
author | Curtis McEnroe | 2018-09-13 16:16:11 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-09-13 16:16:11 -0400 |
commit | 0d7854c0d48e3f9f3b0a3ea4b5c71cbd6b332df5 (patch) | |
tree | af3ee6ca206286f9528c9c0ded2be05a5dfea45b /chat.h | |
parent | 117e6ac9d62cbc4ed18a9087d5bc99e254885fdd (diff) |
Move color selection to format.c
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 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); |