mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue