use ansi function prototypes

This commit is contained in:
Marty Kraimer
2001-07-26 15:57:03 +00:00
parent 181f1e720f
commit a5ebba6be3
22 changed files with 43 additions and 86 deletions

View File

@@ -64,8 +64,7 @@ struct {
write_mbbo
};
static long init_record(pmbbo)
struct mbboRecord *pmbbo;
static long init_record(mbboRecord *pmbbo)
{
long status=0;
@@ -76,8 +75,7 @@ struct mbboRecord *pmbbo;
} /* end init_record() */
static long write_mbbo(pmbbo)
struct mbboRecord *pmbbo;
static long write_mbbo(mbboRecord *pmbbo)
{
long status;