use ansi function prototypes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user