Changes between Version 15 and Version 16 of GuiRpc


Ignore:
Timestamp:
May 29, 2008, 4:01:11 PM (16 years ago)
Author:
Nicolas
Comment:

Fix typo(?) in function prototype

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v15 v16  
    164164Tells the core client that a network connection is available, and that it should do as much network activity as it can.
    165165
    166 === `file_transfer_op(FILE_TRANSFER&, char* op)` === #function-file_transfer_op
     166=== `file_transfer_op(FILE_TRANSFER&, const char* op)` === #function-file_transfer_op
    167167
    168168Perform a control operation on a file transfer. `op` is one of "abort" or "retry".
    169169
    170 === `result_op(FILE_TRANSFER&, char* op)` === #function-result_op
     170=== `result_op(RESULT&, const char* op)` === #function-result_op
    171171
    172172Perform a control operation on an active result. `op` is one of "suspend", "resume", or "abort".