From 01e18539659c0e09d9cedf842ab35f4788ce916e Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Wed, 16 Mar 2011 14:34:53 +0000 Subject: [PATCH] elflink: Add draw_message_file() prototype MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To fix the following warning, menumain.c: In function ‘show_message_file’: menumain.c:196:5: warning: implicit declaration of function ‘draw_message_file’ Signed-off-by: Matt Fleming --- com32/elflink/modules/menu.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com32/elflink/modules/menu.h b/com32/elflink/modules/menu.h index c7d7079..90b54a5 100644 --- a/com32/elflink/modules/menu.h +++ b/com32/elflink/modules/menu.h @@ -208,4 +208,7 @@ void execute(const char *cmdline, enum kernel_type type); /* drain.c */ void drain_keyboard(void); +/* printmsg.c */ +int draw_message_file(const char *filename); + #endif /* MENU_H */ -- 2.7.4