diff -r 17e205ae9859 -r 169880c02c10 src/proxy.h --- a/src/proxy.h Wed Feb 22 00:40:43 2006 +0000 +++ b/src/proxy.h Wed Feb 22 02:08:45 2006 +0000 @@ -237,7 +237,8 @@ * @param port A portnumber which is stored in the struct sockaddr * @param callback Callback to call after resolving * @param data Extra data for the callback function - * @return a GSList containing the size of followed by the struct sockaddr for any returned IP + * + * @return Zero indicates the connection is pending. Any other value indicates failure. */ int gaim_gethostbyname_async(const char *hostname, int port, dns_callback_t callback, gpointer data);