From 5ee3b180d3a3b8aef7fbd54cfdbdabe9f381f9ce Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 11:18:16 +0100 Subject: [PATCH] K&R calma: missing prototype: calmaWriteContacts() Rename existing prototype method name to correct error. K&R obsolete syntax removal for C23 compatibility series --- calma/calmaInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calma/calmaInt.h b/calma/calmaInt.h index fea4fb36..a648c410 100644 --- a/calma/calmaInt.h +++ b/calma/calmaInt.h @@ -231,7 +231,7 @@ extern CellDef *calmaFindCell(); /* (Added by Nishit, 8/18/2004--8/24/2004) */ extern CellDef *calmaLookCell(); -extern void calmaWriteContact(); +extern void calmaWriteContacts(); extern CellDef *calmaGetContactCell(); extern bool calmaIsContactCell;