/*
- * $Id: client_side.cc,v 1.141 1997/11/05 05:29:20 wessels Exp $
+ * $Id: client_side.cc,v 1.142 1997/11/05 19:52:22 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
return len;
}
-void
+static void
clientCacheHit(void *data, char *buf, ssize_t size)
{
clientHttpRequest *http = data;
}
}
-void
+static void
clientSendMoreData(void *data, char *buf, ssize_t size)
{
clientHttpRequest *http = data;
* Below, we check whether the object is a hit or a miss. If it's a hit,
* we check whether the object is still valid or whether it is a MISS_TTL.
*/
-void
+static void
icpProcessRequest(int fd, clientHttpRequest * http)
{
char *url = http->url;
/*
- * $Id: icmp.cc,v 1.47 1997/11/03 22:43:13 wessels Exp $
+ * $Id: icmp.cc,v 1.48 1997/11/05 19:52:22 wessels Exp $
*
* DEBUG: section 37 ICMP Routines
* AUTHOR: Duane Wessels
if (entry->lock_count == 0)
return;
/* call neighborsUdpAck even if ping_status != PING_WAITING */
- neighborsUdpAck(icmp_sock,
- url,
- &header,
- from,
- entry,
- NULL,
- 0);
+ neighborsUdpAck(url, &header, from, entry);
}
#endif /* USE_ICMP */