mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
Fix parameters order in tr_web_done_func
declaration
This commit is contained in:
parent
3d497891ee
commit
e745408f3b
1 changed files with 1 additions and 1 deletions
|
@ -37,8 +37,8 @@ tr_web_close_mode;
|
|||
void tr_webClose (tr_session * session, tr_web_close_mode close_mode);
|
||||
|
||||
typedef void (*tr_web_done_func)(tr_session * session,
|
||||
bool timeout_flag,
|
||||
bool did_connect_flag,
|
||||
bool timeout_flag,
|
||||
long response_code,
|
||||
const void * response,
|
||||
size_t response_byte_count,
|
||||
|
|
Loading…
Reference in a new issue