use ansi function prototypes
This commit is contained in:
@@ -61,8 +61,7 @@ struct {
|
||||
write_mbbo
|
||||
};
|
||||
|
||||
static long init_record(pmbbo)
|
||||
struct mbboDirectRecord *pmbbo;
|
||||
static long init_record(mbboDirectRecord *pmbbo)
|
||||
{
|
||||
long status = 0;
|
||||
|
||||
@@ -72,8 +71,7 @@ struct mbboDirectRecord *pmbbo;
|
||||
|
||||
} /* end init_record() */
|
||||
|
||||
static long write_mbbo(pmbbo)
|
||||
struct mbboDirectRecord *pmbbo;
|
||||
static long write_mbbo(mbboDirectRecord *pmbbo)
|
||||
{
|
||||
long status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user