Use String* instead of char*.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-12 21:50:07 +00:00
parent 235d4f32d1
commit c520d43b38
9 changed files with 28 additions and 25 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: (const char*)h;
+ newRemoteWithNumber: (int)n onHost: (String*)h;
- (sockport_t) sockPort;