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
+2 -4
View File
@@ -64,8 +64,7 @@ struct {
read_mbbi
};
static long init_record(pmbbi)
struct mbbiRecord *pmbbi;
static long init_record(mbbiRecord *pmbbi)
{
if (pmbbi->inp.type == CONSTANT) {
@@ -77,8 +76,7 @@ static long init_record(pmbbi)
return(0);
}
static long read_mbbi(pmbbi)
struct mbbiRecord *pmbbi;
static long read_mbbi(mbbiRecord *pmbbi)
{
long status;