From cff5d80b7ccbb90ecf0d24525ff9877896d79d97 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 3 May 2000 00:53:51 +0000 Subject: [PATCH] fixed host name func to match prototype --- src/ca/access.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/access.cpp b/src/ca/access.cpp index c5552a152..75d0d19b0 100644 --- a/src/ca/access.cpp +++ b/src/ca/access.cpp @@ -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 ); }