diff options
Diffstat (limited to 'include/rpc/des_crypt.h')
-rw-r--r-- | include/rpc/des_crypt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h new file mode 100644 index 0000000000..00ee921980 --- /dev/null +++ b/include/rpc/des_crypt.h @@ -0,0 +1,9 @@ +#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 |