what is the best practice of fixing up module functions with more than two params?
in mod_fix.h there is some three param fixups defined, but not all possible param type combinations. also, adding four param fixups will not scale, since the number or possible type combinations would be too large.
-- juha