]> granicus.if.org Git - graphviz/commit
prototype osage_layout and osage_cleanup in osage.h
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 22 Dec 2021 16:15:29 +0000 (08:15 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Dec 2021 21:16:07 +0000 (13:16 -0800)
commit71c8e790559d1dc6a699d27541ebde118b359815
treead3c1776485c83038c501355bdd030a5aff072a6
parent98e72ee5a6b962f608c1fb45cfa8a47984120041
prototype osage_layout and osage_cleanup in osage.h

These are the only functions lib/osage exports. Yet neither were prototyped in a
header. It seems like this header could now be #included in
plugin/neato_layout/gvlayout_neato_layout.c, removing the need for that file to
prototype these functions. Except that it gives slightly different prototypes
for them.
lib/osage/osage.h