mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 19:36:23 +02:00
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:
committed by
Tim Edwards
parent
4f79580248
commit
73fee3e5fd
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user