diff options
Diffstat (limited to 'include/rpc/des_crypt.h')
-rw-r--r-- | include/rpc/des_crypt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h index 00ee921980..8c4a60ecee 100644 --- a/include/rpc/des_crypt.h +++ b/include/rpc/des_crypt.h @@ -6,4 +6,8 @@ extern int xencrypt (char *secret, char *passwd); extern int xdecrypt (char *secret, char *passwd); +libc_hidden_proto (des_setparity) +libc_hidden_proto (ecb_crypt) +libc_hidden_proto (cbc_crypt) + #endif |