libConsole/cross_getch.c
changeset 93 66b3596f71b6
parent 77 49e0babccb23
child 134 8325a0fc22cd
--- a/libConsole/cross_getch.c
+++ b/libConsole/cross_getch.c
@@ -22,7 +22,7 @@
 #else
 #include <termios.h>
 
-int cross_getch ()
+static int cross_getch ()
 {
     int ch = -1, fd = 0;
     struct termios neu, alt;