Alfred Perlstein 78b226dc81 Silence warning.
When casting a "const void *" to a "struct foo **" you want to actually
cast it to "struct foo * const *" not simply "const struct foo **".
2002-06-01 16:20:27 +00:00
..
2002-06-01 16:20:27 +00:00
2001-08-27 00:09:42 +00:00