mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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;
|
||||
if(newstate == CURL_YES)
|
||||
|
Loading…
Reference in New Issue
Block a user