extflat: forward declaration arguments added

This commit is contained in:
Darryl L. Miles
2025-08-06 22:58:30 +01:00
parent 05876c63d2
commit fddb458339
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ float locScale; /* Multiply values in the file by this on read-in */
bool EFSaveLocs; /* If TRUE, save location of merged top-level nodes */
/* Data local to this file */
static bool efReadDef();
static bool efReadDef(Def *def, bool dosubckt, bool resist, bool noscale, bool toplevel, bool isspice);
/* atoCap - convert a string to a EFCapValue */
#define atoCap(s) ((EFCapValue)atof(s))