]> granicus.if.org Git - graphviz/commitdiff
Fix libingraphs to note errors in reading files
authorerg <devnull@localhost>
Tue, 12 Dec 2006 21:06:49 +0000 (21:06 +0000)
committererg <devnull@localhost>
Tue, 12 Dec 2006 21:06:49 +0000 (21:06 +0000)
lib/ingraphs/ingraphs.h

index a5d77cf289c9506f2ace22c385d4f8856777e934..749ae580ce513cd4e35059854ab9f7045a24712b 100644 (file)
@@ -44,6 +44,7 @@ extern "C" {
        void *fp;
        ingdisc *fns;
        char heap;
+       int errors;
     } ingraph_state;
 
     extern ingraph_state *newIngraph(ingraph_state *, char **, opengfn);