Re: [OpenSER-Devel] Accessing exported functions from another module

2008-07-10 Thread Henning Westerholt
On Thursday 10 July 2008, Ardjan Zwartjes wrote: > > You should also > > use the wrapper "find_export" instead of the "find_cmd_export_t". > > That was what I tried at first, only then I figured out that the > parameter types of cmd_export_t functions aren't always what is > specified in cmd_export

Re: [OpenSER-Devel] Accessing exported functions from another module

2008-07-10 Thread Ardjan Zwartjes
Hello Henning, Thanks for your answer. > You should also > use the wrapper "find_export" instead of the "find_cmd_export_t". That was what I tried at first, only then I figured out that the parameter types of cmd_export_t functions aren't always what is specified in cmd_export_t. The textops f

Re: [OpenSER-Devel] Accessing exported functions from another module

2008-07-10 Thread Henning Westerholt
On Thursday 10 July 2008, Ardjan Zwartjes wrote: > I'm currently developing some OpenSER modules and regularly encounter > situations where I wan't to do things which are already implemented in > the textops (or other) module(s). Unfortunately the textops module > doesn't export an API like the TM

[OpenSER-Devel] Accessing exported functions from another module

2008-07-10 Thread Ardjan Zwartjes
Hi all, I'm currently developing some OpenSER modules and regularly encounter situations where I wan't to do things which are already implemented in the textops (or other) module(s). Unfortunately the textops module doesn't export an API like the TM module to access these functions. Now since I'd