/***********************************************************************\ Product Number: SC-05-5.7 Version: rev5.7 Product Name: Corelex routines Filename: clxtypo.h This document contains private and confidential information and its disclosure does not constitute publication. Some of the information herein also may appear in United States and or Foreign Patents Pending. All rights are reserved by Proximity Technology Inc., except those specifically granted by license. \***********************************************************************/ #ifndef _CLXTYPO #define _CLXTYPO /* Return codes for typo correction. */ #define TYPO_CORR 0 /* Identical word */ #define TYPO_TRANS 1 /* Transpose character */ #define TYPO_INS 2 /* Insert character into Corelex word */ #define TYPO_OMIT 3 /* Delete character from Corelex word */ #define TYPO_SUB 4 /* Substitute one character */ #define TYPO_SU1 5 /* Substitute first character */ #endif /* _CLXTYPO */