>>>> "Ray" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Ray> Hmm, I took a look at some header files. It looks like they use
Ray> prototypes in a roundabout way:
Ray> extern AuServer * AUCDECL
Ray> AuOpenServer(
Ray> #if NeedFunctionPrototypes
Ray> _AuConst char *, /* servername */
Ray> int, /* num_authproto */
Ray> _AuConst char *, /* authproto */
Ray> int, /* num_authdata */
Ray> _AuConst char *, /* authdata */
Ray> char ** /* server_message */
Ray> #endif
Ray> );
Ray> Was it something else you were talking about? Let me know and I'll
Ray> see if I can get the changes into NAS.
No, those are working properly. Where this was omitted (in 1.2p5) was
in the declarations for struct members which are function pointers.
Martin