* src/vcg.h (classname_s, infoname_s, node_s): Constify the

char * members.
Echo modifications to the functions prototypes.
* src/vcg.c (add_classname, add_infoname): Adjust arguments.
This commit is contained in:
Marc Autret
2001-08-27 22:16:23 +00:00
parent b1722803ec
commit 19553c4e06
3 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
2001-08-27 Marc Autret <autret_m@epita.fr>
* src/vcg.h (classname_s, infoname_s, node_s): Constify the
char * members.
Echo modifications to the functions prototypes.
* src/vcg.c (add_classname, add_infoname): Adjust arguments.
2001-08-27 Marc Autret <autret_m@epita.fr>
* src/vcg.c: Include `xalloc.h'.