From f96505120260da281a50efdd9dd35ba23971a58d Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 23 May 2016 05:23:53 +0000 Subject: MFC r299655: Add missing prototype for getchar(..) --- sys/boot/i386/common/cons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot') diff --git a/sys/boot/i386/common/cons.h b/sys/boot/i386/common/cons.h index fe00a13..73474fb 100644 --- a/sys/boot/i386/common/cons.h +++ b/sys/boot/i386/common/cons.h @@ -28,6 +28,7 @@ void xputc(int c); void putchar(int c); int getc(int fn); int xgetc(int fn); +int getchar(void); int keyhit(unsigned int secs); void getstr(char *cmdstr, size_t cmdstrsize); -- cgit v1.1