TCP/TCP_Internal.h
changeset 63 5e4855a592ee
parent 19 16454d63d4c2
     1.1 --- a/TCP/TCP_Internal.h	Mon Jun 23 14:02:31 2008 -0700
     1.2 +++ b/TCP/TCP_Internal.h	Fri Jul 24 14:06:28 2009 -0700
     1.3 @@ -30,3 +30,8 @@
     1.4  - (void) _unclose;
     1.5  @end
     1.6  
     1.7 +
     1.8 +@interface TCPEndpoint ()
     1.9 ++ (NSString*) describeCert: (SecCertificateRef)cert;
    1.10 ++ (NSString*) describeIdentity: (SecIdentityRef)identity;
    1.11 +@end