From 24d3d033246170e700172532e0fddcd6448d8c56 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 7 Dec 2005 20:05:59 +0000 Subject: 2005-12-07 Martin Hunt * alloc.c: Remove all unused functions. * io.c: Add vprintf() prototype. --- runtime/user/io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/user/io.c') diff --git a/runtime/user/io.c b/runtime/user/io.c index 2da0de82..ff4a06a7 100644 --- a/runtime/user/io.c +++ b/runtime/user/io.c @@ -9,6 +9,7 @@ #ifndef _IO_C_ #define _IO_C_ +int vprintf(const char *format, va_list ap); /** Logs Data. * This function sends the message immediately to stpd. It -- cgit