[PATCH 06/12] use epics extern macro

This commit is contained in:
Michael Davidsaver
2010-05-25 13:58:46 +01:00
committed by Michael Davidsaver
parent e21cde013d
commit 46ec38756b

View File

@@ -44,7 +44,7 @@ typedef enum {
* pointer to an array of strings for each of
* the above address types
*/
extern const char *epicsAddressTypeName[];
epicsShareExtern const char *epicsAddressTypeName[];
#ifdef __cplusplus
}