]> granicus.if.org Git - graphviz/commitdiff
partition.h: add names of arguments
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Sat, 28 May 2022 04:13:06 +0000 (07:13 +0300)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 3 Aug 2022 00:31:31 +0000 (17:31 -0700)
and remove by the way redundant `extern`

lib/ortho/partition.h

index 668063f1d792eaf3f3cb46232eb22d9b67e769c1..35a15c7a27fa485474ecabf1171cd65bcdb6b995 100644 (file)
@@ -12,4 +12,4 @@
 
 #include <ortho/maze.h>
 
-extern boxf* partition (cell*, int, int*, boxf);
+boxf* partition(cell* cells, int ncells, int* nrects, boxf bb);