aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdio.h')
-rw-r--r--src/kernel/lib/stdio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kernel/lib/stdio.h b/src/kernel/lib/stdio.h
index 8668775..7dae60e 100644
--- a/src/kernel/lib/stdio.h
+++ b/src/kernel/lib/stdio.h
@@ -5,9 +5,7 @@
char getch();
-char *readline();
-
-void writec(char c);
+void putch(char c);
void vprintf(const char *fmt, va_list args);