diff options
-rw-r--r-- | src/anonymous.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/anonymous.h b/src/anonymous.h index f6ba5f0..9c94953 100644 --- a/src/anonymous.h +++ b/src/anonymous.h @@ -1,4 +1,4 @@ -/* $Id: anonymous.h,v 1.5 2001-08-26 21:07:27 rjkaes Exp $ +/* $Id: anonymous.h,v 1.6 2001-12-15 20:08:24 rjkaes Exp $ * * See 'anonymous.c' for a detailed description. * @@ -18,8 +18,6 @@ #ifndef _TINYPROXY_ANONYMOUS_H_ #define _TINYPROXY_ANONYMOUS_H_ -#include "ternary.h" - extern short int is_anonymous_enabled(void); extern int anonymous_search(char *s); extern int anonymous_insert(char *s); |