diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 13:20:59 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 13:20:59 +0100 | 
| commit | d93c0eb9f3f5d2d2cd78f02422d0c0ed25743e3a (patch) | |
| tree | 9e74aa23cefbe17dc4ab519ef113d7537d91342d /protocols/bee.h | |
| parent | 12767e39dbafc36d54995727ff2c6043e8292f16 (diff) | |
Read incoming MSN status/away messages.
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 5792e988..6e3cf563 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -147,6 +147,7 @@ void bee_group_free( bee_t *bee );   *   OPT_LOGGED_IN and OPT_AWAY.   * - 'state' and 'message' can be NULL */  G_MODULE_EXPORT void imcb_buddy_status( struct im_connection *ic, const char *handle, int flags, const char *state, const char *message ); +G_MODULE_EXPORT void imcb_buddy_status_msg( struct im_connection *ic, const char *handle, const char *message );  G_MODULE_EXPORT void imcb_buddy_times( struct im_connection *ic, const char *handle, time_t login, time_t idle );  /* Call when a handle says something. 'flags' and 'sent_at may be just 0. */  G_MODULE_EXPORT void imcb_buddy_msg( struct im_connection *ic, const char *handle, char *msg, guint32 flags, time_t sent_at ); | 
