diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 03:58:39 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-29 03:58:39 +0000 |
commit | 4c24890f17f3e28a871d802e1d42946a8ede64af (patch) | |
tree | 2f428f0cfd612a25fa0685def141f269e61a59f7 | |
parent | c9a772e36bd27bb0c78fef9b90f90eb5a55b4e00 (diff) | |
download | tinyproxy-4c24890f17f3e28a871d802e1d42946a8ede64af.tar.gz tinyproxy-4c24890f17f3e28a871d802e1d42946a8ede64af.zip |
Removed the new_dnscache() function and the ternary.h include.
-rw-r--r-- | src/dnscache.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 <arpa/inet.h> -#include "ternary.h" -extern TERNARY new_dnscache(void); extern int dnscache(struct in_addr *addr, char *domain); #endif |