make forward refs static

This commit is contained in:
Marty Kraimer
1993-07-30 16:09:10 +00:00
parent 0cc019bfe0
commit bd38cf28f5

View File

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