Add logging configuration option

This commit is contained in:
Håvard Pettersson 2017-02-08 23:15:12 -08:00
parent 8ab5cce563
commit 4c8c4f598d
7 changed files with 144 additions and 19 deletions

View file

@ -52,6 +52,9 @@ twc_chat_search_group(struct t_twc_profile *profile,
struct t_twc_chat *
twc_chat_search_buffer(struct t_gui_buffer *target_buffer);
enum t_twc_rc
twc_chat_set_logging(struct t_twc_chat const *const chat, bool logging);
void
twc_chat_print_message(struct t_twc_chat *chat,
const char *tags,