libstd: Fix botched exports for net_tcp

This commit is contained in:
Patrick Walton 2012-09-09 21:58:28 -07:00
parent 901543ff89
commit e5cb6cc123

View File

@ -14,7 +14,7 @@ use comm = core::comm;
// tcp interfaces
export TcpSocket;
// buffered socket
export TcpSocketBuf, SocketBuf;
export TcpSocketBuf, socket_buf;
// errors
export TcpErrData, TcpConnectErrData;
// operations on a tcp_socket