add stupid decoration for windows
This commit is contained in:
@@ -84,7 +84,7 @@ static unsigned short hash( const char *pname, int length)
|
||||
return((ind1<<dbPvdHashTableShift) ^ ind0);
|
||||
}
|
||||
|
||||
int dbPvdTableSize(int size)
|
||||
int epicsShareAPI dbPvdTableSize(int size)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ typedef struct{
|
||||
dbRecordType *precordType;
|
||||
dbRecordNode *precnode;
|
||||
}PVDENTRY;
|
||||
int dbPvdTableSize(int size);
|
||||
epicsShareFunc int epicsShareAPI dbPvdTableSize(int size);
|
||||
extern int dbStaticDebug;
|
||||
void dbPvdInitPvt(DBBASE *pdbbase);
|
||||
PVDENTRY *dbPvdFind(DBBASE *pdbbase,const char *name,int lenname);
|
||||
|
||||
Reference in New Issue
Block a user