This function was introduced in
6f46c2c224180dc238851d2fb88d1fb909548376 which was part of a branch
which initially originated before the storage-class attributes for the
other functions in this file were introduced. This was not noted when
this branch was rebased before merge.
Towards https://gitlab.com/graphviz/graphviz/-/issues/2058.
GVC_API int gvLayoutJobs(GVC_t *gvc, graph_t *g);
/* Check if a layout has been done */
-extern bool gvLayoutDone(graph_t *g);
+GVC_API bool gvLayoutDone(graph_t *g);
/* Render layout into string attributes of the graph */
GVC_API void attach_attrs(graph_t *g);