make cross_getch invisible
authorMarkus Bröker <mbroeker@largo.dyndns.tv>
Tue, 19 May 2009 02:58:59 +0200
changeset 93 66b3596f71b6
parent 92 0bc2646daa82
child 94 c100ba6939e3
make cross_getch invisible the cross_getch function will be called from the JNI Wrapper and must not be visible to others committer: Markus Bröker <mbroeker@largo.homelinux.org>
libConsole/cross_getch.c
--- 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;