diff -r cb9cdf247239 -r 59689fbdcf77 IPAddress.h --- a/IPAddress.h Wed Apr 22 16:45:39 2009 -0700 +++ b/IPAddress.h Tue Apr 28 10:36:28 2009 -0700 @@ -80,6 +80,10 @@ - (id) initWithHostname: (NSString*)hostname port: (UInt16)port; +- (id) initWithHostname: (NSString*)hostname + sockaddr: (const struct sockaddr*)sockaddr + port: (UInt16)port; + @end