2.9
[glibc/nacl-glibc.git] / include / rpc / des_crypt.h
blob8c4a60eceeccee4f8554497aa09fd52683b75029
1 #ifndef __DES_CRYPT_H__
2 #include <sunrpc/rpc/des_crypt.h>
4 /* Now define the internal interfaces. */
6 extern int xencrypt (char *secret, char *passwd);
7 extern int xdecrypt (char *secret, char *passwd);
9 libc_hidden_proto (des_setparity)
10 libc_hidden_proto (ecb_crypt)
11 libc_hidden_proto (cbc_crypt)
13 #endif