1#ifndef __DES_CRYPT_H__
2#include <sunrpc/rpc/des_crypt.h>
3
4/* Now define the internal interfaces. */
5
6extern int xencrypt (char *secret, char *passwd);
7extern int xdecrypt (char *secret, char *passwd);
8
9libc_hidden_proto (des_setparity)
10libc_hidden_proto (ecb_crypt)
11libc_hidden_proto (cbc_crypt)
12libc_hidden_proto (xencrypt)
13libc_hidden_proto (xdecrypt)
14
15#endif
16