summaryrefslogtreecommitdiff
path: root/libc/include/conio.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/conio.h')
-rw-r--r--libc/include/conio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/conio.h b/libc/include/conio.h
index 7219a8f..13532d3 100644
--- a/libc/include/conio.h
+++ b/libc/include/conio.h
@@ -9,6 +9,7 @@ int getch __P((void));
int getche __P((void));
int kbhit __P((void));
int putch __P((int));
+int gotoxy __P((int, int));
#if 0 /* Unimplemented as yet */
char * cgets __P((char *));