1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-18 16:35:23 +00:00
uemacs/crypt.h

11 lines
128 B
C

#ifndef _CRYPT_H_
#define _CRYPT_H_
#include "estruct.h"
#if CRYPT
void myencrypt( char *bptr, unsigned len) ;
#endif
#endif