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
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
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
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