Add missing prototype for getchar(..)
MFC after: 1 week Reported by: clang Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
32855711ef
commit
6743ceefaa
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user