diff -r 3be241de1630 -r a4875607a3a0 TCP/TCP_Internal.h --- a/TCP/TCP_Internal.h Thu Jun 19 16:22:05 2008 -0700 +++ b/TCP/TCP_Internal.h Tue Dec 02 22:42:56 2008 -0800 @@ -24,3 +24,9 @@ - (void) _streamGotEOF: (TCPStream*)stream; - (void) _streamDisconnected: (TCPStream*)stream; @end + + +@interface TCPStream () +- (void) _unclose; +@end +