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

@@ -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;