Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r203a2d2 rd93c0eb9  
    148148 * - 'state' and 'message' can be NULL */
    149149G_MODULE_EXPORT void imcb_buddy_status( struct im_connection *ic, const char *handle, int flags, const char *state, const char *message );
     150G_MODULE_EXPORT void imcb_buddy_status_msg( struct im_connection *ic, const char *handle, const char *message );
    150151G_MODULE_EXPORT void imcb_buddy_times( struct im_connection *ic, const char *handle, time_t login, time_t idle );
    151152/* Call when a handle says something. 'flags' and 'sent_at may be just 0. */
Note: See TracChangeset for help on using the changeset viewer.