TCP/TCP_Internal.h
changeset 49 20cccc7c26ee
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	Sun May 24 15:03:39 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