1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
Patch by khendricks@ivey.uwo.ca [libc/1382].
This commit is contained in:
Ulrich Drepper
1999-10-09 21:56:43 +00:00
parent a4a1492eb9
commit c1422e5b7c
113 changed files with 2924 additions and 2968 deletions

View File

@ -46,8 +46,8 @@ __BEGIN_DECLS
/*
* Server side authenticator
*/
extern enum auth_stat _authenticate __P ((struct svc_req *__rqst,
struct rpc_msg *__msg));
extern enum auth_stat _authenticate (struct svc_req *__rqst,
struct rpc_msg *__msg) __THROW;
__END_DECLS