1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-27 12:15:25 +00:00
uemacs/crypt.h

11 lines
153 B
C

#ifndef _CRYPT_H_
#define _CRYPT_H_
#ifndef CRYPT
#error CRYPT should be defined
#elif CRYPT
void myencrypt( char *bptr, unsigned len) ;
#endif
#endif