EFbuild.c: ANSI prototype efBuildDevNode()

This commit is contained in:
Darryl L. Miles 2025-10-03 23:11:45 +01:00 committed by R. Timothy Edwards
parent da216195b3
commit c007d8077c
1 changed files with 4 additions and 4 deletions

View File

@ -1309,10 +1309,10 @@ EFGetPortMax(def)
*/ */
EFNode * EFNode *
efBuildDevNode(def, name, isSubsNode) efBuildDevNode(
Def *def; Def *def,
char *name; char *name,
bool isSubsNode; bool isSubsNode)
{ {
HashEntry *he; HashEntry *he;
EFNodeName *nn; EFNodeName *nn;