mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:17:15 +03:00
Made set_local_option() properly static as reported by Rick Jones
This commit is contained in:
parent
be8f6c7f5c
commit
327e6a2b4f
1 changed files with 2 additions and 1 deletions
|
|
@ -449,7 +449,8 @@ void rec_wont(struct connectdata *conn, int option)
|
|||
}
|
||||
}
|
||||
|
||||
void set_local_option(struct connectdata *conn, int option, int newstate)
|
||||
static void
|
||||
set_local_option(struct connectdata *conn, int option, int newstate)
|
||||
{
|
||||
struct TELNET *tn = (struct TELNET *)conn->proto.telnet;
|
||||
if(newstate == CURL_YES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue