]> git.saurik.com Git - bison.git/blobdiff - src/vcg.h
* src/vcg.c: Include `xalloc.h'.
[bison.git] / src / vcg.h
index 2df5e4e443b90066e6e62908535c7551126e7912..1a583a460c4925c7bebb7ed196e0bbb3ffcc47e7 100644 (file)
--- a/src/vcg.h
+++ b/src/vcg.h
@@ -999,6 +999,11 @@ void new_edge PARAMS ((edge_t *edge));
 void add_node PARAMS ((graph_t *graph, node_t *node));
 void add_edge PARAMS ((graph_t *graph, edge_t *edge));
 
+void add_colorentry PARAMS ((graph_t *g, int color_idx, int red_cp, 
+                            int green_cp, int blue_cp));
+void add_classname PARAMS ((graph_t *g, int val, char *name));
+void add_infoname PARAMS ((graph_t *g, int val, char *name));
+
 void open_node PARAMS ((struct obstack *os));
 void output_node PARAMS ((node_t *node, struct obstack *os));
 void close_node PARAMS ((struct obstack *os));