[OpenSER-Devel] SF.net SVN: openser: [3443] trunk

Henning Westerholt henning.westerholt at 1und1.de
Thu Dec 20 11:41:10 UTC 2007


On Wednesday 19 December 2007, Dan Pascu wrote:
> Henning,
>
> the code you wrote is uncompilable with a C compiler (declaring variables
> after code statements is a C++ extension). Besides why do you need to
> pass real variables to that function? You can use NULL for the arguments
> you do not care for. Or if you do not wish to pass 6 arguments you may
> declare your own function type and use that instead with a simple
> typecast when assigned:

Hi Dan,

yes, a NULL makes much more sense. I fixed this in svn.

Cheers,

Henning



More information about the Devel mailing list