elflink: Add draw_message_file() prototype
authorMatt Fleming <matt.fleming@linux.intel.com>
Wed, 16 Mar 2011 14:34:53 +0000 (14:34 +0000)
committerMatt Fleming <matt.fleming@linux.intel.com>
Wed, 16 Mar 2011 14:40:58 +0000 (14:40 +0000)
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 <matt.fleming@linux.intel.com>
com32/elflink/modules/menu.h

index c7d7079..90b54a5 100644 (file)
@@ -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 */