projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b0436
)
Fix libingraphs to note errors in reading files
author
erg
<devnull@localhost>
Tue, 12 Dec 2006 21:06:49 +0000
(21:06 +0000)
committer
erg
<devnull@localhost>
Tue, 12 Dec 2006 21:06:49 +0000
(21:06 +0000)
lib/ingraphs/ingraphs.h
patch
|
blob
|
history
diff --git
a/lib/ingraphs/ingraphs.h
b/lib/ingraphs/ingraphs.h
index a5d77cf289c9506f2ace22c385d4f8856777e934..749ae580ce513cd4e35059854ab9f7045a24712b 100644
(file)
--- a/
lib/ingraphs/ingraphs.h
+++ b/
lib/ingraphs/ingraphs.h
@@
-44,6
+44,7
@@
extern "C" {
void *fp;
ingdisc *fns;
char heap;
+ int errors;
} ingraph_state;
extern ingraph_state *newIngraph(ingraph_state *, char **, opengfn);