diff options
Diffstat (limited to 'device')
-rw-r--r-- | device/cons.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/device/cons.h b/device/cons.h index be33d2b..a6b04ff 100644 --- a/device/cons.h +++ b/device/cons.h @@ -50,10 +50,10 @@ struct consdev { extern struct consdev constab[]; #endif -extern void cninit(); +extern void cninit(void); -extern int cngetc(); +extern int cngetc(void); -extern int cnmaygetc(); +extern int cnmaygetc(void); extern void cnputc(char); |