]> granicus.if.org Git - graphviz/commitdiff
janitor - clean up some warnings
authorellson <devnull@localhost>
Mon, 23 Jul 2007 18:45:29 +0000 (18:45 +0000)
committerellson <devnull@localhost>
Mon, 23 Jul 2007 18:45:29 +0000 (18:45 +0000)
lib/ast/error.h

index 9140dcb934a1a187cf52b220f9c34f406d20806a..953fd5eff57bc8112e132ee8ab6358bd1a45b5c2 100644 (file)
@@ -61,7 +61,7 @@ extern "C" {
     extern void setErrorFileLine (char*, int);
     extern void setErrorId (char*);
     extern void setErrorErrors (int);
-    extern int  getErrorErrors ();
+    extern int  getErrorErrors (void);
 
     extern void error(int, ...);
     extern void errorf(void *, void *, int, ...);