mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 08:03:29 +02:00
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:
committed by
Tim Edwards
parent
48abe30ea4
commit
5ee3b180d3
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user