/* cipher.h */

/* defines */

#define  CIPHER_TEMP            "!CphrTemp!"
#define  MODULE_NAME            "Cipher"
#define  VERSION                "0.08"    /* Defined in CModuleHdr also */
#define  UNUSED(x)              (x = x)
