/*
- * $Id: ipcache.cc,v 1.145 1997/11/28 08:13:45 wessels Exp $
+ * $Id: ipcache.cc,v 1.146 1997/11/28 08:20:29 wessels Exp $
*
* DEBUG: section 14 IP Cache
* AUTHOR: Harvest Derived
static int ipcache_testname(void);
#if OLD_CODE
static QS ipcache_compareLastRef;
-#endif
static QS ipcache_reverseLastRef;
+#endif
static PF ipcache_dnsHandleRead;
static ipcache_entry *ipcache_parsebuffer(const char *buf, dnsserver_t *);
static void ipcache_release(ipcache_entry *);
return (-1);
return (0);
}
-#endif
static int
ipcache_reverseLastRef(const void *A, const void *B)
return (-1);
return (0);
}
+#endif
static int
ipcacheExpiredEntry(ipcache_entry * i)