diff options
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r-- | camel/camel-service.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h index 7ba07a66e9..397291baa5 100644 --- a/camel/camel-service.h +++ b/camel/camel-service.h @@ -67,10 +67,8 @@ typedef struct { /*gboolean (*is_connected) (CamelService *service);*/ - GList * (*query_auth_types_connected) (CamelService *service, - CamelException *ex); - GList * (*query_auth_types_generic) (CamelService *service, - CamelException *ex); + GList * (*query_auth_types) (CamelService *service, + CamelException *ex); void (*free_auth_types) (CamelService *service, GList *authtypes); |