Removed reference to ternary.h

This commit is contained in:
Robert James Kaes 2001-12-15 20:08:24 +00:00
parent 997d3daa65
commit 6919faea77

View File

@ -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. * See 'anonymous.c' for a detailed description.
* *
@ -18,8 +18,6 @@
#ifndef _TINYPROXY_ANONYMOUS_H_ #ifndef _TINYPROXY_ANONYMOUS_H_
#define _TINYPROXY_ANONYMOUS_H_ #define _TINYPROXY_ANONYMOUS_H_
#include "ternary.h"
extern short int is_anonymous_enabled(void); extern short int is_anonymous_enabled(void);
extern int anonymous_search(char *s); extern int anonymous_search(char *s);
extern int anonymous_insert(char *s); extern int anonymous_insert(char *s);