make forward refs static
This commit is contained in:
@@ -87,19 +87,19 @@ extern struct dbBase *pdbBase;
|
||||
#endif
|
||||
|
||||
/* forward references */
|
||||
void DbRecType();
|
||||
void DrvSup();
|
||||
void DevSup();
|
||||
void DbRecDes();
|
||||
void CvtTable();
|
||||
void ChoiceRec();
|
||||
void ChoiceDev();
|
||||
void ChoiceCvt();
|
||||
void ChoiceGbl();
|
||||
void DbErrDes();
|
||||
void DbRecords();
|
||||
void RecSup();
|
||||
int getSelection();
|
||||
static void DbRecType();
|
||||
static void DrvSup();
|
||||
static void DevSup();
|
||||
static void DbRecDes();
|
||||
static void CvtTable();
|
||||
static void ChoiceRec();
|
||||
static void ChoiceDev();
|
||||
static void ChoiceCvt();
|
||||
static void ChoiceGbl();
|
||||
static void DbErrDes();
|
||||
static void DbRecords();
|
||||
static void RecSup();
|
||||
static int getSelection();
|
||||
|
||||
static char buffer[512];
|
||||
static char ibuff[20];
|
||||
|
||||
Reference in New Issue
Block a user