aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-04-04 20:18:24 -0400
committerWilmer van der Gaast <wilmer@gaast.net>2010-04-04 20:18:24 -0400
commit1d3915951bfbcdfa1a7829a4082e90e154d4a486 (patch)
tree058070d08f0909d0c90f9520ff9a048f15245959 /protocols/bee.h
parentf012a9f0bb363cfcbdb6f2d563254ffba26b9fc8 (diff)
Get full names properly. Handling of nick_source setting and
imcb_nick_hint() is probably still broken.
Diffstat (limited to 'protocols/bee.h')
-rw-r--r--protocols/bee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h
index 62c73e94..61604265 100644
--- a/protocols/bee.h
+++ b/protocols/bee.h
@@ -67,6 +67,7 @@ typedef struct bee_ui_funcs
{
gboolean (*user_new)( bee_t *bee, struct bee_user *bu );
gboolean (*user_free)( bee_t *bee, struct bee_user *bu );
+ gboolean (*user_fullname)( bee_t *bee, bee_user_t *bu );
gboolean (*user_status)( bee_t *bee, struct bee_user *bu, struct bee_user *old );
gboolean (*user_msg)( bee_t *bee, bee_user_t *bu, const char *msg, time_t sent_at );
} bee_ui_funcs_t;