]> granicus.if.org Git - graphviz/commitdiff
use (void) for empty parameter lists to suppress compiler wanings
authorellson <devnull@localhost>
Fri, 7 Sep 2007 12:05:44 +0000 (12:05 +0000)
committerellson <devnull@localhost>
Fri, 7 Sep 2007 12:05:44 +0000 (12:05 +0000)
lib/graph/libgraph.h

index 5d411f1e09a53b4f1171e085d57f1476e130eaf5..ade7e9e8a20615800a97b44496d8a480408b0eaa 100644 (file)
@@ -167,7 +167,7 @@ extern "C" {
     void agpushproto(Agraph_t *);
     char *agstrdup_html(char *s);
     int agtoken(char *);
-    int aglinenumber ();
+    int aglinenumber(void);
     void agwredge(Agraph_t *, FILE *, Agedge_t *, int);
     void agwrnode(Agraph_t *, FILE *, Agnode_t *, int, int);
     extern Dtdisc_t agNamedisc, agNodedisc, agOutdisc, agIndisc,