K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2006-08-26T05:16:29.625338Z
K 7
svn:log
V 333
A stupid data structure combined with C's annoying type system and new,
strict gcc produced warnings on struct *** pointers converted to void ***.
So destroy the type system completely and pass them as void * and then
convert them later.

This will get cleaned up when we replace the configuration parser with
something a bit saner.

END
