Hi Alexandre, > > So I can remove forward declarations. > > There goes my suggestion of removing (void) from function definitions > :-) Are you talking about (void) in the argument list? Is that void optional or required? I thought C needs it and C++ doesn't, but then I am by no means an expert. Kazu Hirata