mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 10:30:20 +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
|