EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
epicsRelease.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS Base is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 /* epicsRelease.h */
11 
12 #ifndef INCepicsReleaseh
13 #define INCepicsReleaseh
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 #include "dbCoreAPI.h"
20 DBCORE_API int coreRelease(void);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /*INCepicsReleaseh*/
27