Revision e1c5a2b3 slirp/socket.h

b/slirp/socket.h
87 87
void soisfconnected _P((register struct socket *));
88 88
void soisfdisconnected _P((struct socket *));
89 89
void sofwdrain _P((struct socket *));
90
size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
91
int soreadbuf(struct socket *so, const char *buf, int size);
90 92

  
91 93
#endif /* _SOCKET_H_ */

Also available in: Unified diff