From c1cebc89bfa4365e15d3e18b827b56758008893d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 14 May 2012 11:16:33 -0500 Subject: [PATCH] rsrv: Add epicsShareFunc to casStatsFetch() Fixes lp:999167 --- src/rsrv/rsrv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rsrv/rsrv.h b/src/rsrv/rsrv.h index 1911e2455..4f08bbab7 100644 --- a/src/rsrv/rsrv.h +++ b/src/rsrv/rsrv.h @@ -3,8 +3,7 @@ * National Laboratory. * Copyright (c) 2002 The Regents of the University of California, as * Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found +* EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ @@ -31,7 +30,8 @@ epicsShareFunc void epicsShareAPI casHostNameInitiatingCurrentThread ( char * pBuf, unsigned bufSize ); epicsShareFunc void epicsShareAPI casUserNameInitiatingCurrentThread ( char * pBuf, unsigned bufSize ); -void casStatsFetch ( unsigned *pChanCount, unsigned *pConnCount ); +epicsShareFunc void casStatsFetch ( + unsigned *pChanCount, unsigned *pConnCount ); #define RSRV_OK 0 #define RSRV_ERROR (-1)