Add missing prototype for getchar(..)

MFC after: 1 week
Reported by: clang
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-13 10:59:46 +00:00
parent 32855711ef
commit 6743ceefaa

View File

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