Declare function before use, reduces compiler warning noise.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3490 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2007-10-30 23:19:52 +00:00
parent a528b80cb0
commit c9f103069e
1 changed files with 2 additions and 0 deletions

View File

@ -601,6 +601,8 @@ relay(s)
#endif
#ifdef CONFIG_QEMU
extern void term_vprintf(const char *fmt, va_list ap);
void lprint(const char *format, ...)
{
va_list args;