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

source code of glibc/include/rpc/des_crypt.h