]> git.proxmox.com Git - qemu.git/blobdiff - slirp/tcp.h
slirp: Factor out internal state structure
[qemu.git] / slirp / tcp.h
index 4a18ed88215618613e8a4dd50b280fe2bf11c4c5..c65ed434233f3dc47ea45cb8701855283cc3a280 100644 (file)
@@ -38,8 +38,6 @@ typedef       u_int32_t       tcp_seq;
 #define      PR_SLOWHZ       2               /* 2 slow timeouts per second (approx) */
 #define      PR_FASTHZ       5               /* 5 fast timeouts per second (not important) */
 
-extern struct socket *tcp_last_so;
-
 #define TCP_SNDSPACE 8192
 #define TCP_RCVSPACE 8192
 
@@ -163,6 +161,4 @@ struct tcphdr {
 
 #define TCP_ISSINCR     (125*1024)      /* increment for tcp_iss each second */
 
-extern tcp_seq tcp_iss;                /* tcp initial send seq # */
-
 #endif