IPAddress.h
changeset 29 59689fbdcf77
parent 26 cb9cdf247239
child 32 b3254a2f6d6c
     1.1 --- a/IPAddress.h	Wed Apr 22 16:45:39 2009 -0700
     1.2 +++ b/IPAddress.h	Tue Apr 28 10:36:28 2009 -0700
     1.3 @@ -80,6 +80,10 @@
     1.4  
     1.5  - (id) initWithHostname: (NSString*)hostname port: (UInt16)port;
     1.6  
     1.7 +- (id) initWithHostname: (NSString*)hostname
     1.8 +               sockaddr: (const struct sockaddr*)sockaddr
     1.9 +                   port: (UInt16)port;
    1.10 +
    1.11  @end
    1.12  
    1.13