diff --git a/src/rsrv/rsrv.h b/src/rsrv/rsrv.h
index 1911e2455c869d5fd6eb40ad0838d6ded283eb7d..4f08bbab77bd46443630df223f92e229546af083 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)