1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-09-28 00:15:54 -04:00
uemacs/crypt.h

8 lines
129 B
C

#ifndef _CRYPT_H_
#define _CRYPT_H_
int set_encryption_key( int f, int n) ;
void myencrypt( char *bptr, unsigned len) ;
#endif