Changes in protocols/purple/ft.c [98d46d5:d93c8beb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
r98d46d5 rd93c8beb 232 232 } 233 233 234 static void prplcb_xfer_dbg(PurpleXfer *xfer) 235 { 236 fprintf(stderr, "prplcb_xfer_dbg 0x%p\n", xfer); 237 } 238 234 239 235 240 /* Sending files (UI->IM): */ … … 332 337 PurpleXferUiOps bee_xfer_uiops = 333 338 { 334 prplcb_xfer_new, /* new_xfer */335 prplcb_xfer_destroy, /* destroy */336 NULL, /* add_xfer*/337 prplcb_xfer_progress, /* update_progress */338 NULL, /* cancel_local */339 prplcb_xfer_cancel_remote, /* cancel_remote */340 NULL, /* ui_write */341 NULL, /* ui_read */342 NULL, /* data_not_sent */339 prplcb_xfer_new, 340 prplcb_xfer_destroy, 341 NULL, /* prplcb_xfer_add, */ 342 prplcb_xfer_progress, 343 prplcb_xfer_dbg, 344 prplcb_xfer_cancel_remote, 345 NULL, 346 NULL, 347 prplcb_xfer_dbg, 343 348 };
Note: See TracChangeset
for help on using the changeset viewer.