1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-24 22:24:02 -04:00

remove crypt from efunc, update dependencies.

This commit is contained in:
2013-05-18 12:20:01 +08:00
parent fa56e5dfff
commit f6780cb71b
9 changed files with 23 additions and 10 deletions

7
crypt.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _CRYPT_H_
#define _CRYPT_H_
int set_encryption_key( int f, int n) ;
void myencrypt( char *bptr, unsigned len) ;
#endif