aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/bee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-05-08 15:48:38 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-05-08 15:48:38 +0100
commiteaaa9862451175392d6df48c4795b188518bed4b (patch)
treebaf01847709f54d56fc009b261484120e90e5be4 /protocols/bee.h
parent4a9fd5f7a980831ee2c96a728f4f83137cfc73fe (diff)
Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat
in a GSList so that a default config fully compiles again.
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 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__ */