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