]> granicus.if.org Git - graphviz/commit
plugin core: swap duplicated prototypes for missing includes
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Oct 2021 03:13:41 +0000 (20:13 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:50:57 +0000 (07:50 -0700)
commit207423bf3f8652caf7a06898d12535d075cb3dc9
tree929f90430995a7bdc0aaab41a505fb0211f5d703
parentbb4b8af65ed40e9a9b5ccd68698bf3238da28879
plugin core: swap duplicated prototypes for missing includes

This file is calling functions `xml_string` `xml_url_string` without including
the header that prototypes them, utils.h. There seems to be no reason to avoid
this and locally re-prototype these functions.

Related to #1868.
plugin/core/gvrender_core_map.c