changeset 25 | a4875607a3a0 |
parent 18 | 3be241de1630 |
child 26 | cb9cdf247239 |
1.1 --- a/TCP/TCP_Internal.h Thu Jun 19 16:22:05 2008 -0700 1.2 +++ b/TCP/TCP_Internal.h Tue Dec 02 22:42:56 2008 -0800 1.3 @@ -24,3 +24,9 @@ 1.4 - (void) _streamGotEOF: (TCPStream*)stream; 1.5 - (void) _streamDisconnected: (TCPStream*)stream; 1.6 @end 1.7 + 1.8 + 1.9 +@interface TCPStream () 1.10 +- (void) _unclose; 1.11 +@end 1.12 +