From: John Ellson Date: Tue, 22 Dec 2015 18:35:18 +0000 (-0500) Subject: janitor - fix function protype X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=576a7177aee3954531b868cf94fe3f46fba74025;p=graphviz janitor - fix function protype --- diff --git a/lib/gvc/gvlayout.c b/lib/gvc/gvlayout.c index aeeb4ad37..7708a613a 100644 --- a/lib/gvc/gvlayout.c +++ b/lib/gvc/gvlayout.c @@ -30,7 +30,7 @@ extern void graph_init(Agraph_t *g, boolean use_rankdir); extern void graph_cleanup(Agraph_t *g); extern void gv_fixLocale (int set); -extern void gv_initShapes (); +extern void gv_initShapes (void); int gvlayout_select(GVC_t * gvc, const char *layout) {