Changeset eabc9d2 for protocols/bee_user.c
- Timestamp:
- 2010-04-11T22:49:32Z (15 years ago)
- Branches:
- master
- Children:
- 6c56f42
- Parents:
- d986463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
rd986463 reabc9d2 46 46 } 47 47 48 int bee_user_free( bee_t *bee, struct im_connection *ic, const char *handle)48 int bee_user_free( bee_t *bee, bee_user_t *bu ) 49 49 { 50 bee_user_t *bu; 51 52 if( ( bu = bee_user_by_handle( bee, ic, handle ) ) == NULL ) 50 if( !bu ) 53 51 return 0; 54 52
Note: See TracChangeset
for help on using the changeset viewer.