Skip to content

Commit

Permalink
dbLoadTemplate.h missing extern "C"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jan 6, 2020
1 parent efa9320 commit 52e2e2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/database/src/ioc/dbtemplate/dbLoadTemplate.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
#define INCdbLoadTemplateh

#include "shareLib.h"

#ifdef __cplusplus
extern "C" {
#endif

epicsShareFunc int dbLoadTemplate(
const char *sub_file, const char *cmd_collect);

#ifdef __cplusplus
}
#endif

#endif /*INCdbLoadTemplateh*/

0 comments on commit 52e2e2f

Please sign in to comment.