home *** CD-ROM | disk | FTP | other *** search
- /*
- * This program is the CONFIDENTIAL and PROPRIETARY property
- * of FairCom(R) Corporation. Any unauthorized use, reproduction or
- * transfer of this program is strictly prohibited.
- *
- * Copyright (c) 1986, 1987 FairCom
- * (Subject to limited distribution and
- * restricted disclosure only.)
- * *** ALL RIGHTS RESERVED ***
- *
- * 4006 West Broadway
- * Columbia, MO 65203
- *
- *
- * c-tree(R) Version 4.3
- * Release C
- * February 7, 1989 17:30
- *
- *
- */
-
- /* REPLACEMENT MODULE FOR rtctre.h AS SUPPLIED WITH r-tree V1.1 Release C */
-
- #ifndef IKRU_ERR
-
- #define IKRU_ERR 180 /* could not read symbolic key name */
- #define IKMU_ERR 181 /* could not get mem for key symb name */
- #define IKSR_ERR 182 /* no room for sort key. increase MAXFIL */
- #define IDRU_ERR 183 /* could not read file field number values*/
- #define ISDP_ERR 184 /* attempt to reallocate set space */
- #define ISAL_ERR 185 /* not enough memory for multiple sets */
- #define ISNM_ERR 186 /* set number out of range */
- #define IRBF_ERR 187 /* null buffer in rtread.c */
- #define ITBF_ERR 188 /* null target buffer in rtread.c */
- #define IJSK_ERR 189 /* join_to skip */
- #define IJER_ERR 190 /* join_to error */
- #define IJNL_ERR 191 /* join_to null fill */
- #define IDSK_ERR 192 /* detail_for skip */
- #define IDER_ERR 193 /* detail_for error */
- #define IDNL_ERR 194 /* detail_for null fill */
- #define IDMU_ERR 195 /* could not get mem for dat symb name */
- #define ITML_ERR 196 /* exceeded RETRY_LIMIT in RTREAD.C */
-
-
- typedef struct {
- COUNT qlen; /* significant length */
- COUNT qkey; /* sequence keyno + 1 */
- TEXT qbuf[MAXLEN]; /* key buffer */
- } SAVSET;
- #endif
-
- /* end of rtctre.h */
-