From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:44:00 +0000 (+0000) Subject: Made set_local_option() properly static as reported by Rick Jones X-Git-Tag: curl-7_10_4~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=327e6a2b4f0ca6d8083261b3e17af95f493a8881;p=curl Made set_local_option() properly static as reported by Rick Jones --- diff --git a/lib/telnet.c b/lib/telnet.c index 2103a81e4..c1cc07d08 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -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)