From eaaa9862451175392d6df48c4795b188518bed4b Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 8 May 2010 15:48:38 +0100 Subject: Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat in a GSList so that a default config fully compiles again. --- protocols/bee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index e0ab0030..b8fee2ae 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -128,5 +128,6 @@ void imcb_chat_remove_buddy( struct groupchat *b, const char *handle, const char static int remove_chat_buddy_silent( struct groupchat *b, const char *handle ); #endif int bee_chat_msg( bee_t *bee, struct groupchat *c, const char *msg, int flags ); +struct groupchat *bee_chat_by_title( bee_t *bee, struct im_connection *ic, const char *title ); #endif /* __BEE_H__ */ -- cgit v1.2.3