/*
- * $Id: fqdncache.cc,v 1.1 1996/07/22 16:40:24 wessels Exp $
+ * $Id: fqdncache.cc,v 1.2 1996/07/23 04:11:52 wessels Exp $
*
* DEBUG: section 34 FQDN Cache
* AUTHOR: Harvest Derived
/* clean up the pending entries in dnsserver */
/* return 1 if we found the host, 0 otherwise */
-int fqdncache_unregister(name, fd)
- char *name;
+int fqdncacheUnregister(addr, fd)
+ struct in_addr addr;
int fd;
{
+ char *name = inet_ntoa(addr);
fqdncache_entry *f = NULL;
struct _fqdn_pending *p = NULL;
int n = 0;