From 4c24890f17f3e28a871d802e1d42946a8ede64af Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 29 Aug 2001 03:58:39 +0000 Subject: Removed the new_dnscache() function and the ternary.h include. --- src/dnscache.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/dnscache.h b/src/dnscache.h index cd85554..7c03eec 100644 --- a/src/dnscache.h +++ b/src/dnscache.h @@ -1,8 +1,8 @@ -/* $Id: dnscache.h,v 1.4 2001-05-27 02:24:00 rjkaes Exp $ +/* $Id: dnscache.h,v 1.5 2001-08-29 03:58:39 rjkaes Exp $ * * See 'dnscache.c' for a detailed description. * - * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com + * Copyright (C) 1999 Robert James Kaes (rjkaes@flarenet.com) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -19,9 +19,7 @@ #define _TINYPROXY_DNSCACHE_H_ #include -#include "ternary.h" -extern TERNARY new_dnscache(void); extern int dnscache(struct in_addr *addr, char *domain); #endif -- cgit v1.2.3