From: Costa Shulyupin Date: Sat, 28 May 2022 04:13:06 +0000 (+0300) Subject: partition.h: add names of arguments X-Git-Tag: 5.0.1~24^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f96f256124f0feef16853a55502712e8102cf29;p=graphviz partition.h: add names of arguments and remove by the way redundant `extern` --- diff --git a/lib/ortho/partition.h b/lib/ortho/partition.h index 668063f1d..35a15c7a2 100644 --- a/lib/ortho/partition.h +++ b/lib/ortho/partition.h @@ -12,4 +12,4 @@ #include -extern boxf* partition (cell*, int, int*, boxf); +boxf* partition(cell* cells, int ncells, int* nrects, boxf bb);