mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 02:10:18 +00:00
10 lines
211 B
C
10 lines
211 B
C
|
#ifndef __DES_CRYPT_H__
|
||
|
#include <sunrpc/rpc/des_crypt.h>
|
||
|
|
||
|
/* Now define the internal interfaces. */
|
||
|
|
||
|
extern int xencrypt (char *secret, char *passwd);
|
||
|
extern int xdecrypt (char *secret, char *passwd);
|
||
|
|
||
|
#endif
|