move declaration for pdbbase from iocInit to dbAccess

This commit is contained in:
Marty Kraimer
2000-02-24 15:12:07 +00:00
parent 792acfa505
commit 894521916a
2 changed files with 1 additions and 3 deletions

View File

@@ -67,8 +67,8 @@ of this distribution.
#include "special.h"
#include "asLib.h"
extern struct dbBase *pdbbase;
extern long lset_stack_not_empty;
struct dbBase *pdbbase=NULL;
static short mapDBFToDBR[DBF_NTYPES] = {
DBR_STRING, DBR_CHAR, DBR_UCHAR, DBR_SHORT, DBR_USHORT,

View File

@@ -82,8 +82,6 @@ LOCAL int initialized=FALSE;
/* The following is for use by interrupt routines */
volatile int interruptAccept=FALSE;
struct dbBase *pdbbase=NULL;
/* define forward references*/
LOCAL void initDrvSup(void);
LOCAL void initRecSup(void);