Avoid compiler warning.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4471 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-24 20:13:02 +00:00
parent 4cdac04f35
commit d383646046

View file

@ -55,6 +55,15 @@
#define make_gdomap_err(X) "check that " stringify_it(X) "/Tools/gdomap is running and owned by root."
#define make_gdomap_port(X) stringify_it(X)
/*
* to suppress warnings about using this private method.
*/
@interface TcpOutPort (Hack)
+ newForSendingToSockaddr: (struct sockaddr_in*)sockaddr
withAcceptedSocket: (int)sock
pollingInPort: (id)ip;
@end
/*
* Private methods for internal use only.
*/