It's somehow obvious, that I'm currently cleaning up the mod_rewrite code ;-) Now I want to reorder the code in order to get a rid of most of the forward declarations in mod_rewrite.h. In fact, I want to remove all the non-public parts from the header file. (i.e. all, except the ap_register_mapfunc stuff), so that other modules that include mod_rewrite.h (say, in order to register a map function) find a clean file.
Are there any objections against? nd
