K 10 svn:author V 6 alfred K 8 svn:date V 27 2002-06-01T16:20:27.000000Z K 7 svn:log V 158 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 **". END