summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2015-09-13 12:29:04 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2015-09-13 12:29:04 +0000
commit564558a82b5e6a7d77022ef084321d7503d29bc8 (patch)
tree210eece1140a3bd0c281a8e76e45563f3d9cd95f /include/rpc
parent8ef797b42337c16c1ea5a92f71d6c4021ce28c37 (diff)
authdes_create() was never implemented
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/auth.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index b350947717e..1cd94bb7a88 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.7 2010/09/01 14:43:34 millert Exp $ */
+/* $OpenBSD: auth.h,v 1.8 2015/09/13 12:29:03 guenther Exp $ */
/* $NetBSD: auth.h,v 1.7 1995/04/29 05:27:55 cgd Exp $ */
/*
@@ -172,8 +172,6 @@ struct sockaddr_in;
extern AUTH *authunix_create(char *, int, int, int, int *);
extern AUTH *authunix_create_default(void);
extern AUTH *authnone_create(void);
-extern AUTH *authdes_create(char *, unsigned int, struct sockaddr_in *,
- des_block *);
extern void set_rpc_maxgrouplist(int);
__END_DECLS