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

@@ -75,8 +75,7 @@ struct {
NULL};
static long init_record(pao)
struct aoRecord *pao;
static long init_record(aoRecord *pao)
{
long status=0;
@@ -85,8 +84,7 @@ struct aoRecord *pao;
} /* end init_record() */
static long write_ao(pao)
struct aoRecord *pao;
static long write_ao(aoRecord *pao)
{
long status;