diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-13 12:29:04 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-13 12:29:04 +0000 |
commit | 564558a82b5e6a7d77022ef084321d7503d29bc8 (patch) | |
tree | 210eece1140a3bd0c281a8e76e45563f3d9cd95f /include/rpc | |
parent | 8ef797b42337c16c1ea5a92f71d6c4021ce28c37 (diff) |
authdes_create() was never implemented
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/auth.h | 4 |
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 |