Stephan Aßmus <superstippi@xxxxxx> wrote: > BTW, I think we should stop following this naming style for structs > and > use the same pattern we uses for classes. The same goes for enums. > What > do others think, should we put this in the coding style? I don't really care, but I would make it at least a requirement for new public C++ APIs for (future) consistency. I think it still feels more natural for C, but that's just a habit (and how existing C APIs usually work). Luckily, we don't really export many C APIs :-) Bye, Axel.