X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6f5e0eea04dcf6f700bb494e97bd64bfe59e3c39..b1722803ec1df55e253160af4975a80e65f3ad38:/src/vcg.h diff --git a/src/vcg.h b/src/vcg.h index 2df5e4e4..1a583a46 100644 --- 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));