summaryrefslogtreecommitdiffstats
path: root/trunk/source/libunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/libunix.h')
-rw-r--r--trunk/source/libunix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/source/libunix.h b/trunk/source/libunix.h
index f3370fc872..c416733666 100644
--- a/trunk/source/libunix.h
+++ b/trunk/source/libunix.h
@@ -11,7 +11,7 @@
char *strlwr(char *str);
char getche(void);
-
+int getch_ck(void);
int clrscr(void);
int cprintf(const char *format,...);
int gotoxy(int x, int y);