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