1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 21:40:42 +00:00
uemacs/crypt.h

11 lines
128 B
C
Raw Normal View History

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