use ansi function prototypes
This commit is contained in:
@@ -70,8 +70,7 @@ struct {
|
||||
NULL,
|
||||
write_bo};
|
||||
|
||||
static long init_record(pbo)
|
||||
struct boRecord *pbo;
|
||||
static long init_record(boRecord *pbo)
|
||||
{
|
||||
|
||||
long status=0;
|
||||
@@ -82,8 +81,7 @@ struct boRecord *pbo;
|
||||
|
||||
} /* end init_record() */
|
||||
|
||||
static long write_bo(pbo)
|
||||
struct boRecord *pbo;
|
||||
static long write_bo(boRecord *pbo)
|
||||
{
|
||||
long status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user