EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
libComRegister.h
1 /*************************************************************************\
2 * Copyright (c) 2007 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * SPDX-License-Identifier: EPICS
5 * EPICS BASE is distributed subject to a Software License Agreement found
6 * in file LICENSE that is included with this distribution.
7 \*************************************************************************/
8 
9 #ifndef INC_libComRegister_H
10 #define INC_libComRegister_H
11 
12 #include "libComAPI.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 LIBCOM_API void epicsStdCall libComRegister(void);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* INC_libComRegister_H */