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:
4
efunc.h
4
efunc.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user