1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05: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

View File

@@ -340,10 +340,6 @@ extern int ernd(void);
extern int sindex(char *source, char *pattern);
extern char *xlat(char *source, char *lookup, char *trans);
/* crypt.c */
extern int set_encryption_key(int f, int n);
extern void myencrypt(char *bptr, unsigned len);
/* lock.c */
extern int lockchk(char *fname);
extern int lockrel(void);