#ifndef _CRYPT_H_ #define _CRYPT_H_ int set_encryption_key( int f, int n) ; void myencrypt( char *bptr, unsigned len) ; #endif