K&R calma: missing prototype: calmaWriteContacts()

Rename existing prototype method name to correct error.

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles
2024-12-26 12:44:50 -05:00
committed by Tim Edwards
parent 48abe30ea4
commit 5ee3b180d3
+1 -1
View File
@@ -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;