Commit c9f103069ed27f7520b6028d29c09767f1b85f43

Authored by ths
1 parent a528b80c

Declare function before use, reduces compiler warning noise.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3490 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
slirp/misc.c
... ... @@ -601,6 +601,8 @@ relay(s)
601 601 #endif
602 602  
603 603 #ifdef CONFIG_QEMU
  604 +extern void term_vprintf(const char *fmt, va_list ap);
  605 +
604 606 void lprint(const char *format, ...)
605 607 {
606 608 va_list args;
... ...