add missing void, still has issues though
diff --git a/networking/telnet.c b/networking/telnet.c
index 93eda56..bbf0d19 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -511,7 +511,7 @@
 #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);