diff options
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 15c757f..c473f65 100644 --- a/chat.h +++ b/chat.h @@ -465,3 +465,6 @@ int getopt_config( int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex ); + +uint32_t weechat_nick_colors(const char *nick); +#define hash weechat_nick_colors |