fixed host name func to match prototype

This commit is contained in:
Jeff Hill
2000-05-03 00:53:51 +00:00
parent b8c7f8f8b6
commit cff5d80b7c

View File

@@ -645,7 +645,7 @@ int ca_defunct()
/*
* ca_get_host_name ()
*/
const void epicsShareAPI ca_get_host_name ( chid pChan, char *pBuf, unsigned bufLength )
void epicsShareAPI ca_get_host_name ( chid pChan, char *pBuf, unsigned bufLength )
{
pChan->hostName ( pBuf, bufLength );
}