added a library-wide interface for doing dns cache pruning, and no longer
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 17:33:49 +0000 (17:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 17:33:49 +0000 (17:33 +0000)
commit3788f25eacbf4fcf20b04f1e74ea735b8b9b1396
tree285ba121e95cd3e9d3c7fee096cc1246383c02f1
parent5b8852107b8a157024bef586f6d66f27efff26fc
added a library-wide interface for doing dns cache pruning, and no longer
make the pruning at each name lookup, only in Curl_done().
lib/hostip.c
lib/hostip.h
lib/url.c