On 4/17/10 2:29 PM, Daniel-Constantin Mierla wrote:
Hello,
On 4/17/10 2:21 PM, Timo Reimann wrote:
Hey,
Daniel-Constantin Mierla wrote:
load_tm() function uses a mixture of find_export and direct assignment to export the API for TM. I would like to update to the last one, since will cleanup the module exports structure and avoid casting problems when functions prototypes change.
Anyone against?
No, just an additional note: For the sake of uniformity, we should do the same with the dialog module as it uses the same kind of mixture.
Not sure about other modules' APIs though -- what about sl and rr?
where is in dialog? I checked and couldn't spot quickly?
in k we should have updated to use load_xyz() instead of find_export for each XYZ API function, because of issued caused by changes in prototypes not signaled in other modules since they were casted. Maybe some were forgotten, if you stop
well, spot instead of stop ... same letters different meaning :-)
Daniel
some, report them.
Thanks, Daniel