mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Made set_local_option() properly static as reported by Rick Jones
This commit is contained in:
parent
be8f6c7f5c
commit
327e6a2b4f
@ -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;
|
struct TELNET *tn = (struct TELNET *)conn->proto.telnet;
|
||||||
if(newstate == CURL_YES)
|
if(newstate == CURL_YES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user