aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/bee.h')
-rw-r--r--protocols/bee.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h
index a9678a6e..4a053845 100644
--- a/protocols/bee.h
+++ b/protocols/bee.h
@@ -128,6 +128,8 @@ typedef struct bee_ui_funcs {
gboolean (*ft_out_start)(struct im_connection *ic, struct file_transfer *ft);
void (*ft_close)(struct im_connection *ic, struct file_transfer *ft);
void (*ft_finished)(struct im_connection *ic, struct file_transfer *ft);
+
+ void (*log)(bee_t *bee, const char *tag, const char *msg);
} bee_ui_funcs_t;