diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 02:02:12 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-08 02:02:12 +0100 |
commit | a87754b68bb1eb07397d71a93ffcb0f3fc089266 (patch) | |
tree | d7ffb3b17f7c994dc7003b75d4888680be820949 /protocols/bee.h | |
parent | e4816eab28eff86f2303261f8ae292acd84212dd (diff) |
Restored support for outgoing messages. This code is all so much saner now..
Diffstat (limited to 'protocols/bee.h')
-rw-r--r-- | protocols/bee.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/bee.h b/protocols/bee.h index 27e31d05..982bb914 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -125,5 +125,6 @@ void imcb_chat_add_buddy( struct groupchat *b, const char *handle ); void imcb_chat_remove_buddy( struct groupchat *b, const char *handle, const char *reason ); 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 ); #endif /* __BEE_H__ */ |