> How many different implementations of 'ops->adjfreq' are there? > If there is only one you don't need an indirect call.
There's only one implementation. But qed publishes its functions to qede [and other modules] by structs of operations and not by exporting symbols directly, and I don't see a reason to change that paradigm here. [Although I might be mistaken about that last bit]