22 #include "opal_config.h"
24 #ifndef OMPI_WIN_COMPAT_H
25 #error This file is supposed to be included only from win_compat.h
30 OPAL_DECLSPEC
int ompi_inet_pton(
int af,
const char *src,
void *dst);
32 OPAL_DECLSPEC
const char *ompi_inet_ntop(
int af,
const void *src,
char *dst,
size_t size);