added aToIPAddr
This commit is contained in:
@@ -9,6 +9,9 @@ epicsShareFunc void epicsShareAPI
|
||||
ipAddrToA(const struct sockaddr_in *pInetAddr,
|
||||
char *pBuf, const unsigned bufSize);
|
||||
|
||||
epicsShareFunc int epicsShareAPI
|
||||
aToIPAddr(const char *pAddrString, unsigned short defaultPort, struct sockaddr_in *pIP);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user