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>
--- 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;