]> granicus.if.org Git - curl/commitdiff
hostip: comment fixed to state current situation
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Apr 2011 17:50:56 +0000 (19:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Apr 2011 17:50:56 +0000 (19:50 +0200)
lib/hostip.c

index 9dddc0c06c3e6fa38c4f45e6842cdbcab69654de..0683f89a8729d20f2f2684111d34bd67e15b6309 100644 (file)
  * hostip.c   - method-independent resolver functions and utility functions
  * hostasyn.c - functions for asynchronous name resolves
  * hostsyn.c  - functions for synchronous name resolves
- * hostares.c - functions for ares-using name resolves
- * hostthre.c - functions for threaded name resolves
  * hostip4.c  - ipv4-specific functions
  * hostip6.c  - ipv6-specific functions
  *
+ * The two asynchronous name resolver backends are implemented in:
+ * asyn-ares.c   - functions for ares-using name resolves
+ * asyn-thread.c - functions for threaded name resolves
+
  * The hostip.h is the united header file for all this. It defines the
  * CURLRES_* defines based on the config*.h and setup.h defines.
  */