From ba5e5fc10971719fa5f7584a113b1b26f5932f45 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 26 Sep 2000 04:59:20 +0000 Subject: Added the TE_EXISTS return code, and cleaned up the ternary_destroy function. --- src/ternary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ternary.h') diff --git a/src/ternary.h b/src/ternary.h index 032889d..fcb6c17 100644 --- a/src/ternary.h +++ b/src/ternary.h @@ -1,4 +1,4 @@ -/* $Id: ternary.h,v 1.1 2000-09-12 00:10:28 rjkaes Exp $ +/* $Id: ternary.h,v 1.2 2000-09-26 04:59:20 rjkaes Exp $ * * See 'ternary.c' for a detailed description. * @@ -50,6 +50,7 @@ extern char te_errbuf[256]; #define TE_NOROOM -6 /* can't allocate space (sys err) */ #define TE_TOOMANYTS -7 /* too many trees in use */ #define TE_INTINCON -8 /* internal inconsistency */ +#define TE_EXISTS -9 /* key already exists in tree */ /* * Library functions. -- cgit v1.2.3