Mostly deprectation changes, one possible obscure buffer overrun fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-06-10 11:17:13 +00:00
parent b2b14398d2
commit 0beeaa8945
14 changed files with 54 additions and 17 deletions

View file

@ -112,6 +112,8 @@ extern "C" {
@end
#if OS_API_VERSION(GS_API_NONE,011700)
/**
* Adds synonym for +currentHost.
*/
@ -122,6 +124,7 @@ extern "C" {
*/
+ (NSHost*) localHost; /* All local IP addresses */
@end
#endif
#if defined(__cplusplus)
}