summaryrefslogtreecommitdiff
path: root/device/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/cons.h')
-rw-r--r--device/cons.h6
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);