summary refs log tree commit diff stats
path: root/slirp/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/misc.h')
-rw-r--r--slirp/misc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/slirp/misc.h b/slirp/misc.h
index 29d574965e..82dd5965c3 100644
--- a/slirp/misc.h
+++ b/slirp/misc.h
@@ -19,10 +19,6 @@ struct ex_list {
 extern struct ex_list *exec_list;
 extern u_int time_fasttimo, last_slowtimo;
 
-extern int (*lprint_print) _P((void *, const char *, va_list));
-extern char *lprint_ptr, *lprint_ptr2, **lprint_arg;
-extern struct sbuf *lprint_sb;
-
 #ifndef HAVE_STRDUP
 char *strdup _P((const char *));
 #endif
@@ -63,10 +59,6 @@ struct emu_t {
 	struct emu_t *next;
 };
 
-#ifndef CONFIG_QEMU
-extern struct emu_t *tcpemu;
-#endif
-
 extern int x_port, x_server, x_display;
 
 int show_x _P((char *, struct socket *));