summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/auth_des.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-09-01 08:34:44 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-09-01 08:34:44 +0000
commita2c978ffe8e05914319c926f90507446c6fa1368 (patch)
treeb90d6c79505ac17f150823e786eb84ffc057b7bd /lib/libc/rpc/auth_des.c
parent065fd54760762a0e85395d99681087d3cbc943d5 (diff)
downloadFreeBSD-src-a2c978ffe8e05914319c926f90507446c6fa1368.zip
FreeBSD-src-a2c978ffe8e05914319c926f90507446c6fa1368.tar.gz
Use ANSI C prototypes.
Eliminates gcc 4.9 warnings.
Diffstat (limited to 'lib/libc/rpc/auth_des.c')
-rw-r--r--lib/libc/rpc/auth_des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/auth_des.c b/lib/libc/rpc/auth_des.c
index 91deaae..5435e77 100644
--- a/lib/libc/rpc/auth_des.c
+++ b/lib/libc/rpc/auth_des.c
@@ -69,7 +69,7 @@ __FBSDID("$FreeBSD$");
extern bool_t xdr_authdes_cred( XDR *, struct authdes_cred *);
extern bool_t xdr_authdes_verf( XDR *, struct authdes_verf *);
-extern int key_encryptsession_pk();
+extern int key_encryptsession_pk(char *, netobj *, des_block *);
extern bool_t __rpc_get_time_offset(struct timeval *, nis_server *, char *,
char **, char **);
OpenPOWER on IntegriCloud