Changeset d88c92a for protocols/bee_user.c
- Timestamp:
- 2010-12-06T00:03:49Z (14 years ago)
- Branches:
- master
- Children:
- d76e12f
- Parents:
- a429907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_user.c
ra429907 rd88c92a 281 281 } 282 282 } 283 284 void imcb_buddy_action_response( bee_user_t *bu, const char *action, char * const args[], void *data ) 285 { 286 if( bu->bee->ui->user_action_response ) 287 bu->bee->ui->user_action_response( bu->bee, bu, action, args, data ); 288 }
Note: See TracChangeset
for help on using the changeset viewer.