]> granicus.if.org Git - curl/commitdiff
Made set_local_option() properly static as reported by Rick Jones
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:44:00 +0000 (08:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:44:00 +0000 (08:44 +0000)
lib/telnet.c

index 2103a81e46ece23f2af1b051da5e64f72c41fef5..c1cc07d088b381211da5da0b01981418ef2edbee 100644 (file)
@@ -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)