Ignore:
Timestamp:
2015-12-26T03:18:53Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ba7618d
Parents:
f66425d
Message:

purple: document original names of uiops next to them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/ft.c

    rf66425d r98d46d5  
    332332PurpleXferUiOps bee_xfer_uiops =
    333333{
    334         prplcb_xfer_new,
    335         prplcb_xfer_destroy,
    336         NULL, /* prplcb_xfer_add, */
    337         prplcb_xfer_progress,
    338         NULL,
    339         prplcb_xfer_cancel_remote,
    340         NULL,
    341         NULL,
    342         NULL,
     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 */
    343343};
Note: See TracChangeset for help on using the changeset viewer.