summaryrefslogtreecommitdiff
path: root/src/core/wee-hook.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-15 19:52:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-15 19:52:20 +0100
commitf44cf6ac3c23c0b647b40c30315688093a99216e (patch)
tree476427120e0e293ddc71c585aa70d6d47f5b8ca5 /src/core/wee-hook.h
parent2f3d712a62e319fc34b276ed504e50d068ca7b0d (diff)
downloadweechat-f44cf6ac3c23c0b647b40c30315688093a99216e.zip
core: add support of logical and/or for argument "tags" in function hook_print
Diffstat (limited to 'src/core/wee-hook.h')
-rw-r--r--src/core/wee-hook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h
index 2198e28e1..25a418545 100644
--- a/src/core/wee-hook.h
+++ b/src/core/wee-hook.h
@@ -288,7 +288,7 @@ struct t_hook_print
t_hook_callback_print *callback; /* print callback */
struct t_gui_buffer *buffer; /* buffer selected (NULL = all) */
int tags_count; /* number of tags selected */
- char **tags_array; /* tags selected (NULL = any) */
+ char ***tags_array; /* tags selected (NULL = any) */
char *message; /* part of message (NULL/empty = all)*/
int strip_colors; /* strip colors in msg for callback? */
};