Changeset 398a139 for protocols/purple
- Timestamp:
- 2015-12-01T04:36:53Z (9 years ago)
- Branches:
- master
- Children:
- 03df717
- Parents:
- 5bb5ee3
- git-author:
- dequis <dx@…> (01-12-15 04:09:18)
- git-committer:
- dequis <dx@…> (01-12-15 04:36:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft.c
r5bb5ee3 r398a139 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 239 234 240 235 /* Sending files (UI->IM): */ … … 341 336 NULL, /* prplcb_xfer_add, */ 342 337 prplcb_xfer_progress, 343 prplcb_xfer_dbg,338 NULL, 344 339 prplcb_xfer_cancel_remote, 345 340 NULL, 346 341 NULL, 347 prplcb_xfer_dbg,342 NULL, 348 343 };
Note: See TracChangeset
for help on using the changeset viewer.