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