summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 4f07e2c7888..d50bc153cf4 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5370,6 +5370,7 @@ public:
int length,
int type);
static struct hostent *gethostbyname (const char *name);
+ static struct hostent *gethostbyname2 (const char *name, int type);
static struct hostent *gethostbyaddr_r (const char *addr,
int length,
int type,