Changeset 3fbce97 for protocols/purple/ft-direct.c
- Timestamp:
- 2016-09-24T20:14:34Z (8 years ago)
- Children:
- ba52ac5
- Parents:
- 63cad66 (diff), 82cb190 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/ft-direct.c
r63cad66 r3fbce97 193 193 PurpleXferUiOps bee_xfer_uiops = 194 194 { 195 prplcb_xfer_new, 196 prplcb_xfer_dbg, 197 prplcb_xfer_dbg, 198 prplcb_xfer_progress, 199 prplcb_xfer_dbg, 200 prplcb_xfer_dbg, 201 prplcb_xfer_write, 202 prplcb_xfer_read, 203 prplcb_xfer_dbg, 195 prplcb_xfer_new, /* new_xfer */ 196 prplcb_xfer_dbg, /* destroy */ 197 prplcb_xfer_dbg, /* add_xfer */ 198 prplcb_xfer_progress, /* update_progress */ 199 prplcb_xfer_dbg, /* cancel_local */ 200 prplcb_xfer_dbg, /* cancel_remote */ 201 prplcb_xfer_write, /* ui_write */ 202 prplcb_xfer_read, /* ui_read */ 203 prplcb_xfer_dbg, /* data_not_sent */ 204 204 }; 205 205
Note: See TracChangeset
for help on using the changeset viewer.