Add missing types in function prototypes

It would be nice to convert the codebase from K&R to ANSI function
prototypes, but for now just clean up the warnings.
This commit is contained in:
Anton Blanchard
2022-01-10 14:04:37 -05:00
committed by Tim Edwards
parent 4f79580248
commit 73fee3e5fd
8 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ static bool efReadDef();
bool
EFReadFile(name, dosubckt, resist, noscale)
char *name; /* Name of def to be read in */
bool dosubckt, resist;
bool dosubckt, resist, noscale;
{
Def *def;
bool rc;