diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-09-11 23:38:36 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2000-09-11 23:38:36 +0000 |
commit | 55185db499b1d7c6340d78edb223e26f3c5e5c72 (patch) | |
tree | aab7632a58dc7d03631587a82856d0678680067a /src/anonymous.h | |
parent | 06281b78980fe586f72a7a7b58fd777bacdcf667 (diff) |
Removed the ternary tree code from these files and made it a separate
module.
Diffstat (limited to 'src/anonymous.h')
-rw-r--r-- | src/anonymous.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/anonymous.h b/src/anonymous.h index 399d6b1..81feb45 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -1,4 +1,4 @@ -/* $Id: anonymous.h,v 1.1 2000-03-31 19:56:55 rjkaes Exp $ +/* $Id: anonymous.h,v 1.2 2000-09-11 23:38:36 rjkaes Exp $ * * See 'anonymous.c' for a detailed description. * @@ -15,8 +15,8 @@ * General Public License for more details. */ -#ifndef ANONYMOUS_C -#define ANONYMOUS_C +#ifndef _TINYPROXY_ANONYMOUS_H_ +#define _TINYPROXY_ANONYMOUS_H_ extern int anon_search(char *s); extern void anon_insert(char *s); |