Changeset eabc9d2 for protocols/bee.h


Ignore:
Timestamp:
2010-04-11T22:49:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6c56f42
Parents:
d986463
Message:

Fixed cleanup issues when turning off an account. Also fixed syntax of
*_user_free().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    rd986463 reabc9d2  
    8585/* bee_user.c */
    8686bee_user_t *bee_user_new( bee_t *bee, struct im_connection *ic, const char *handle );
    87 int bee_user_free( bee_t *bee, struct im_connection *ic, const char *handle );
     87int bee_user_free( bee_t *bee, bee_user_t *bu );
    8888bee_user_t *bee_user_by_handle( bee_t *bee, struct im_connection *ic, const char *handle );
    8989int bee_user_msg( bee_t *bee, bee_user_t *bu, const char *msg, int flags );
Note: See TracChangeset for help on using the changeset viewer.