mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
EFbuild.c: ANSI prototype efBuildDevNode()
This commit is contained in:
+4
-4
@@ -1309,10 +1309,10 @@ EFGetPortMax(def)
|
||||
*/
|
||||
|
||||
EFNode *
|
||||
efBuildDevNode(def, name, isSubsNode)
|
||||
Def *def;
|
||||
char *name;
|
||||
bool isSubsNode;
|
||||
efBuildDevNode(
|
||||
Def *def,
|
||||
char *name,
|
||||
bool isSubsNode)
|
||||
{
|
||||
HashEntry *he;
|
||||
EFNodeName *nn;
|
||||
|
||||
Reference in New Issue
Block a user