EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
db_test.h
1 /*************************************************************************\
2 * Copyright (c) 2007 UChicago Argonne LLC, 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 
11 #ifndef INCLdb_testh
12 #define INCLdb_testh
13 
14 #include "dbCoreAPI.h"
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 DBCORE_API int gft(const char *pname);
21 DBCORE_API int pft(const char *pname, const char *pvalue);
22 DBCORE_API int tpn(const char *pname, const char *pvalue);
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* INCLdb_testh */