]> granicus.if.org Git - graphviz/commitdiff
For Windows dlls, allow extern data structure error_info to be accessed
authorerg <devnull@localhost>
Tue, 17 Jul 2007 21:47:46 +0000 (21:47 +0000)
committererg <devnull@localhost>
Tue, 17 Jul 2007 21:47:46 +0000 (21:47 +0000)
by functions.

lib/ast/error.h

index f83a8fecbcb35d544dbedc12b32dcf2f6ce7904e..9140dcb934a1a187cf52b220f9c34f406d20806a 100644 (file)
@@ -57,6 +57,12 @@ extern "C" {
 
     extern Error_info_t error_info;
 
+    extern void setErrorLine (int);
+    extern void setErrorFileLine (char*, int);
+    extern void setErrorId (char*);
+    extern void setErrorErrors (int);
+    extern int  getErrorErrors ();
+
     extern void error(int, ...);
     extern void errorf(void *, void *, int, ...);
     extern void errorv(const char *, int, va_list);