diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-13 15:36:58 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-13 15:36:58 +0000 |
commit | 1e31bb92226e5857f47b149158590a7e92900ae0 (patch) | |
tree | 251158dca086b7eb15a3fb7fcee25a083315b83b /include/rpc/svc.h | |
parent | 154fdff60dfaf55373633176c4b9877a197d71ee (diff) |
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h>
ok deraadt@
Diffstat (limited to 'include/rpc/svc.h')
-rw-r--r-- | include/rpc/svc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h index 5d68723ee06..93157f5cd25 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: svc.h,v 1.13 2014/10/29 04:34:21 guenther Exp $ */ +/* $OpenBSD: svc.h,v 1.14 2015/09/13 15:36:57 guenther Exp $ */ /* $NetBSD: svc.h,v 1.9 1995/04/29 05:28:01 cgd Exp $ */ /* @@ -193,7 +193,6 @@ __END_DECLS */ __BEGIN_DECLS extern void xprt_register(SVCXPRT *); -extern int __xprt_register(SVCXPRT *); __END_DECLS /* |