mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:13:38 +03:00
pop3: Small tidy up of function arguments
This commit is contained in:
parent
6ff7197e70
commit
d9235e74ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1625,7 +1625,7 @@ static CURLcode pop3_regular_transfer(struct connectdata *conn,
|
|||
return result;
|
||||
}
|
||||
|
||||
static CURLcode pop3_setup_connection(struct connectdata * conn)
|
||||
static CURLcode pop3_setup_connection(struct connectdata *conn)
|
||||
{
|
||||
struct SessionHandle *data = conn->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue