add stupid decoration for windows

This commit is contained in:
Marty Kraimer
2002-12-13 17:21:50 +00:00
parent 9c0e801674
commit ba6ce39c67
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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);