diff options
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r-- | camel/camel-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h index 3099efa265..d256d83c1a 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -54,6 +54,7 @@ typedef struct { void camel_provider_register (CamelProvider *provider); const CamelProvider *camel_provider_register_as_module (const gchar *module_path); +const CamelProvider *camel_provider_get_for_protocol (const gchar *protocol, ProviderType type); #ifdef __cplusplus |