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-10-04 11:18:16 +01:00 committed by Tim Edwards
parent 48abe30ea4
commit 5ee3b180d3
1 changed files with 1 additions and 1 deletions

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;