Changed epicsShareDef to epicsShareExtern.

This commit is contained in:
Janet B. Anderson
2008-07-21 21:42:26 +00:00
parent 11a4a7b667
commit d9df06d9d2

View File

@@ -58,7 +58,7 @@ typedef struct dsxt { /* device support extension table */
/* These are defined in src/misc/iocInit.c */
epicsShareDef struct dsxt devSoft_DSXT;
epicsShareExtern struct dsxt devSoft_DSXT;
epicsShareFunc void devExtend(dsxt *pdsxt);
#ifdef __cplusplus