]> granicus.if.org Git - graphviz/commitdiff
Clean up warning messages; fix various errors; use single function for smyrna data...
authorerg <devnull@localhost>
Tue, 12 May 2009 19:21:23 +0000 (19:21 +0000)
committererg <devnull@localhost>
Tue, 12 May 2009 19:21:23 +0000 (19:21 +0000)
cmd/smyrna/topview.h

index bddf15993581e5a13241198663e03a7d9b363889..db2a2d34857026ca1267d43ae8f2272d98a760c1 100755 (executable)
@@ -34,5 +34,6 @@ void local_zoom(topview * t);
 void originate_distorded_coordinates(topview * t);
 float calcfontsize(float totaledgelength,int totallabelsize,int edgecount,int totalnodecount);
 void select_with_regex(char* exp);
+void settvcolorinfo(Agraph_t* g,topview* t);
 
 #endif