Revision 0d62c4cf slirp/misc.h

b/slirp/misc.h
19 19
extern struct ex_list *exec_list;
20 20
extern u_int time_fasttimo, last_slowtimo;
21 21

  
22
extern int (*lprint_print) _P((void *, const char *, va_list));
23
extern char *lprint_ptr, *lprint_ptr2, **lprint_arg;
24
extern struct sbuf *lprint_sb;
25

  
26 22
#ifndef HAVE_STRDUP
27 23
char *strdup _P((const char *));
28 24
#endif
......
63 59
	struct emu_t *next;
64 60
};
65 61

  
66
#ifndef CONFIG_QEMU
67
extern struct emu_t *tcpemu;
68
#endif
69

  
70 62
extern int x_port, x_server, x_display;
71 63

  
72 64
int show_x _P((char *, struct socket *));

Also available in: Unified diff