diff options
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r-- | camel/camel-service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h index ed02f989f4..7850aca4e6 100644 --- a/camel/camel-service.h +++ b/camel/camel-service.h @@ -112,6 +112,9 @@ GList * camel_service_query_auth_types (CamelService *service, struct hostent * camel_service_gethost (CamelService *service, CamelException *ex); +/* cancellable dns lookup */ +struct hostent * camel_get_host_byname (const char *name, CamelException *ex); +void camel_free_host (struct hostent *h); /* Standard Camel function */ CamelType camel_service_get_type (void); |