Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / fixincludes / tests / base / rpc / auth.h
blob42ba8470767982fa6b54dceb0c54cb354f8f13ef
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/rpc/auth.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( STRUCT_SOCKADDR_CHECK )
13 struct sockaddr;
14 extern AUTH* authdes_create( struct sockaddr* );
15 #endif /* STRUCT_SOCKADDR_CHECK */
18 #if defined( SUN_AUTH_PROTO_CHECK )
19 struct auth_t {
20 #ifdef __cplusplus
21 int (*name)(...); /* C++ bad */
22 #else
23 int (*name)(); /* C++ bad */
24 #endif
26 #endif /* SUN_AUTH_PROTO_CHECK */