OSDN Git Service

add missing void, still has issues though
authorTim Riker <tim@rikers.org>
Fri, 26 Apr 2002 07:53:39 +0000 (07:53 -0000)
committerTim Riker <tim@rikers.org>
Fri, 26 Apr 2002 07:53:39 +0000 (07:53 -0000)
networking/telnet.c

index 93eda56..bbf0d19 100644 (file)
@@ -511,7 +511,7 @@ static inline void to_ttype(void)
 #endif
 
 #ifdef CONFIG_FEATURE_AUTOWIDTH
-static inline void to_naws()
+static inline void to_naws(void)
 { 
        /* Tell server we will do NAWS */
        putiac2(WILL, TELOPT_NAWS);