]> git.proxmox.com Git - qemu.git/blobdiff - slirp/udp.h
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
[qemu.git] / slirp / udp.h
index 24c11bbf735f7e564679aca230402fe711463b02..67da6cd731b0219a884c338541d6f549169bd285 100644 (file)
@@ -104,7 +104,7 @@ void udp_detach _P((struct socket *));
 u_int8_t udp_tos _P((struct socket *));
 void udp_emu _P((struct socket *, struct mbuf *));
 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int));
-int udp_output2(struct socket *so, struct mbuf *m, 
+int udp_output2(struct socket *so, struct mbuf *m,
                 struct sockaddr_in *saddr, struct sockaddr_in *daddr,
                 int iptos);
 #endif