Skip to content
Snippets Groups Projects
Commit 327e6a2b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Made set_local_option() properly static as reported by Rick Jones

parent be8f6c7f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment