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

@@ -64,8 +64,7 @@ struct {
read_stringin
};
static long init_record(pstringin)
struct stringinRecord *pstringin;
static long init_record(stringinRecord *pstringin)
{
/* stringin.inp must be a CONSTANT or a PV_LINK or a DB_LINK or a CA_LINK*/
@@ -86,8 +85,7 @@ static long init_record(pstringin)
return(0);
}
static long read_stringin(pstringin)
struct stringinRecord *pstringin;
static long read_stringin(stringinRecord *pstringin)
{
long status;