Added a prototype declaration for LefReadLayerSection (see github

issue tracker issue #154).
This commit is contained in:
Tim Edwards 2022-04-05 09:50:36 -04:00
parent 7199cefddc
commit ff10aedf69
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
8.3.286
8.3.287

View File

@ -152,6 +152,7 @@ void LefAddViaGeometry();
void LefGenViaGeometry();
Rect *LefReadRect();
TileType LefReadLayer();
void LefReadLayerSection();
LefMapping *defMakeInverseLayerMap();