Changeset 398a139 for protocols


Ignore:
Timestamp:
2015-12-01T04:36:53Z (8 years ago)
Author:
dequis <dx@…>
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)
Message:

purple/ft: remove prplcb_xfer_dbg entries with mismatching signatures

More fixing warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/ft.c

    r5bb5ee3 r398a139  
    232232}
    233233
    234 static void prplcb_xfer_dbg(PurpleXfer *xfer)
    235 {
    236         fprintf(stderr, "prplcb_xfer_dbg 0x%p\n", xfer);
    237 }
    238 
    239234
    240235/* Sending files (UI->IM): */
     
    341336        NULL, /* prplcb_xfer_add, */
    342337        prplcb_xfer_progress,
    343         prplcb_xfer_dbg,
     338        NULL,
    344339        prplcb_xfer_cancel_remote,
    345340        NULL,
    346341        NULL,
    347         prplcb_xfer_dbg,
     342        NULL,
    348343};
Note: See TracChangeset for help on using the changeset viewer.