Changeset a08b2db for protocols/bee_chat.c
- Timestamp:
- 2016-10-16T06:51:53Z (8 years ago)
- Branches:
- master
- Children:
- 6e991a9
- Parents:
- 9698fc0
- git-author:
- dequis <dx@…> (16-10-16 06:45:28)
- git-committer:
- dequis <dx@…> (16-10-16 06:51:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_chat.c
r9698fc0 ra08b2db 275 275 } 276 276 277 void imcb_chat_list_finish(struct im_connection *ic) 278 { 279 cmd_chat_list_finish(ic); 280 } 281 277 282 void bee_chat_list_finish(struct im_connection *ic) 278 283 { 279 cmd_chat_list_finish(ic); 280 } 284 imcb_log(ic, "Warning: using deprecated bee_chat_list_finish. This will be removed in the stable release."); 285 imcb_chat_list_finish(ic); 286 }
Note: See TracChangeset
for help on using the changeset viewer.