"Robert Fernando" <[EMAIL PROTECTED]> ,in message <016f01bf6d95$ab2d7
        160$[EMAIL PROTECTED]>, wrote: 

> Hi all,
> 
> when I try and compile code with the following function
> 
> void sk_pop_free(STACK *st, void (*func)())

  try void(*func)(...) or actually declare the proper call signature instead of
using "...".

> I get the following response form visual c ++ version 6 compiller.
> 
> error C2197: 'void (__cdecl *)(void)' : too many actual parameters

-- 
Bob Forsman                                   [EMAIL PROTECTED]
           http://www.gainesville.fl.us/~thoth/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to