Changeset ffa5b70 for protocols/msn/msn_util.c
- Timestamp:
- 2015-03-15T14:41:47Z (10 years ago)
- Children:
- 6e74911
- Parents:
- 3752019
- git-author:
- dequis <dx@…> (09-03-15 08:35:50)
- git-committer:
- dequis <dx@…> (15-03-15 14:41:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
r3752019 rffa5b70 260 260 1: OK */ 261 261 262 int msn_handler(struct msn_handler_data *h) 263 { 262 int msn_handler(struct msn_data *h) 263 { 264 struct im_connection *ic = h->ic; 264 265 int st; 265 266 … … 293 294 ; 294 295 } 295 st = h->exec_command(h, cmd, count);296 st = msn_ns_command(h, cmd, count); 296 297 g_free(cmd_text); 297 298 … … 334 335 } 335 336 336 st = h->exec_message(h, msg, h->msglen, cmd, count);337 st = msn_ns_message(h, msg, h->msglen, cmd, count); 337 338 g_free(msg); 338 339 g_free(h->cmd_text);
Note: See TracChangeset
for help on using the changeset viewer.