From: Matthew Fernandez Date: Mon, 20 Dec 2021 16:03:46 +0000 (-0800) Subject: remote prototype for unimplemented 'avoid_cycling' X-Git-Tag: 3.0.0~103^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19f002ad37662be33e59f08490a2efc967a5daec;p=graphviz remote prototype for unimplemented 'avoid_cycling' --- diff --git a/lib/neatogen/neatoprocs.h b/lib/neatogen/neatoprocs.h index 475c07942..76ac9172d 100644 --- a/lib/neatogen/neatoprocs.h +++ b/lib/neatogen/neatoprocs.h @@ -29,7 +29,6 @@ extern "C" { #define NEATOPROCS_API /* nothing */ #endif - NEATOPROCS_API void avoid_cycling(graph_t *, Agnode_t *, double *); NEATOPROCS_API int checkStart(graph_t * G, int nG, int); NEATOPROCS_API Agnode_t *choose_node(graph_t *, int); NEATOPROCS_API int circuit_model(graph_t *, int);