Re: Correct calling conventions

2005-03-20 Thread Vincent Béron
Le dim 20/03/2005 à 04:39, Marcus Meissner a écrit : > On Sat, Mar 19, 2005 at 08:30:44PM -0500, Vincent Béron wrote: > > Changelog: > > Use the correct calling convention in various places. > > The problem here is too, that these functions do not have prototypes in > the correct headers, otherwis

Re: Correct calling conventions

2005-03-20 Thread Marcus Meissner
On Sat, Mar 19, 2005 at 08:30:44PM -0500, Vincent Béron wrote: > Changelog: > Use the correct calling convention in various places. The problem here is too, that these functions do not have prototypes in the correct headers, otherwise gcc would have already warned about them. Ciao, Marcus