summaryrefslogtreecommitdiffstats
path: root/include/rpc/svc_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/svc_auth.h')
-rw-r--r--include/rpc/svc_auth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index 5e5fe2c..3dd1493 100644
--- a/include/rpc/svc_auth.h
+++ b/include/rpc/svc_auth.h
@@ -28,7 +28,7 @@
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
* from: @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: svc_auth.h,v 1.7 1997/05/07 02:27:10 eivind Exp $
+ * $Id: svc_auth.h,v 1.4 1996/01/30 23:32:36 mpp Exp $
*/
/*
@@ -45,6 +45,8 @@
*/
__BEGIN_DECLS
extern enum auth_stat _authenticate __P((struct svc_req *, struct rpc_msg *));
+extern int svc_auth_reg __P(( register int, enum auth_stat (*)() ));
+extern enum auth_stat _svcauth_des __P(( struct svc_req *, struct rpc_msg * ));
__END_DECLS
#endif /* !_RPC_SVCAUTH_H */
OpenPOWER on IntegriCloud