Add logging configuration option
This commit is contained in:
parent
8ab5cce563
commit
4c8c4f598d
7 changed files with 144 additions and 19 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <weechat/weechat-plugin.h>
|
||||
#include <tox/tox.h>
|
||||
|
||||
void
|
||||
|
@ -54,5 +55,8 @@ twc_uint32_reverse_bytes(uint32_t num);
|
|||
int
|
||||
twc_fit_utf8(const char *str, int max);
|
||||
|
||||
int
|
||||
twc_set_buffer_logging(struct t_gui_buffer *buffer, bool logging);
|
||||
|
||||
#endif // TOX_WEECHAT_UTILS_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue