Structs and function declaration

Hi,

I am trying to convert a C file to dynamic C. The C file has functions with structs in the function declaration. I have tryed to use void pointers instead, but that does not seems to work either. What can I do to make this work? (apart from rewriting the hole file).

in advance, thanks

[QUOTE=Zpike;1653]Hi,

I am trying to convert a C file to dynamic C. The C file has functions with structs in the function declaration. I have tryed to use void pointers instead, but that does not seems to work either. What can I do to make this work? (apart from rewriting the hole file).

in advance, thanks[/quote]

Could you post an example? void casting is not the solution.