Use (id <String>) instead of (String*).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@242 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-04-03 03:24:45 +00:00
parent 95bc03e7f4
commit d8483a782f
13 changed files with 30 additions and 26 deletions

View file

@ -45,7 +45,7 @@ typedef struct sockaddr_in sockport_t;
+ newForSockPort: (sockport_t)s;
+ newLocalWithNumber: (int)n;
+ newLocal;
+ newRemoteWithNumber: (int)n onHost: (String*)h;
+ newRemoteWithNumber: (int)n onHost: (id <String>)h;
- (sockport_t) sockPort;