Hide visibility of classes to avoid symbol clashes

This commit is contained in:
2025-08-12 08:58:52 +02:00
parent 235816fd20
commit 30bfa1cac5
4 changed files with 7 additions and 8 deletions

View File

@@ -25,8 +25,7 @@ extern "C" {
* 172.23.243.156:1025)
* @return status
*/
epicsShareFunc int pmacAsynIPPortConfigure(const char *portName,
const char *hostInfo);
int HIDDEN pmacAsynIPPortConfigure(const char *portName, const char *hostInfo);
#ifdef __cplusplus
}