summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/des_crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/des_crypt.c')
-rw-r--r--lib/libc/rpc/des_crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/des_crypt.c b/lib/libc/rpc/des_crypt.c
index b54af4f..236e9ed 100644
--- a/lib/libc/rpc/des_crypt.c
+++ b/lib/libc/rpc/des_crypt.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)des_crypt.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02
__FBSDID("$FreeBSD$");
static int common_crypt( char *, char *, unsigned, unsigned, struct desparams * );
-int (*__des_crypt_LOCAL)() = 0;
+int (*__des_crypt_LOCAL)(char *, unsigned, struct desparams *) = 0;
extern int _des_crypt_call(char *, int, struct desparams *);
/*
* Copy 8 bytes
OpenPOWER on IntegriCloud