aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r--camel/camel-service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h
index 98d3de41f3..cb8b89eae9 100644
--- a/camel/camel-service.h
+++ b/camel/camel-service.h
@@ -126,7 +126,8 @@ struct hostent * camel_service_gethost (CamelService *service,
CamelException *ex);
/* cancellable dns lookup */
-struct hostent * camel_get_host_byname (const char *name, CamelException *ex);
+struct hostent * camel_gethostbyname (const char *name, CamelException *ex);
+struct hostent * camel_gethostbyaddr (const char *addr, int len, int type, CamelException *ex);
void camel_free_host (struct hostent *h);
/* Standard Camel function */