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:
parent
48abe30ea4
commit
5ee3b180d3
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue