]> granicus.if.org Git - graphviz/commitdiff
agnsubg() not Agnsubg()
authorStephen North <north@research.att.com>
Wed, 17 Aug 2011 17:30:11 +0000 (13:30 -0400)
committerStephen North <north@research.att.com>
Wed, 17 Aug 2011 17:30:11 +0000 (13:30 -0400)
lib/cgraph/cgraph.h

index ae3bec7c28d48a4e2ca7b99d24abaf7a73c84467..9b648edb2ad5002fac57b5e1d2ae3f6fb59e7505 100644 (file)
@@ -369,7 +369,7 @@ extern Agraph_t *agfstsubg(Agraph_t * g), *agnxtsubg(Agraph_t * subg);
 extern Agraph_t *agparent(Agraph_t * g);
 
 /* set cardinality */
-extern int agnnodes(Agraph_t * g), agnedges(Agraph_t * g), Agnsubg(Agraph_t * g);
+extern int agnnodes(Agraph_t * g), agnedges(Agraph_t * g), agnsubg(Agraph_t * g);
 extern int agdegree(Agraph_t * g, Agnode_t * n, int in, int out);
 extern int agcountuniqedges(Agraph_t * g, Agnode_t * n, int in, int out);