summaryrefslogtreecommitdiff
path: root/slirp/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/main.h')
-rw-r--r--slirp/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/main.h b/slirp/main.h
index 28d92d8866..9f22fe1b0a 100644
--- a/slirp/main.h
+++ b/slirp/main.h
@@ -30,7 +30,6 @@ extern char *slirp_tty;
extern char *exec_shell;
extern u_int curtime;
extern fd_set *global_readfds, *global_writefds, *global_xfds;
-extern struct in_addr our_addr;
extern struct in_addr loopback_addr;
extern struct in_addr dns_addr;
extern char *username;