add provider info function

This commit is contained in:
Simon Laux
2019-09-04 17:55:32 +02:00
parent 46520edd87
commit ffa2d0f502
5 changed files with 61 additions and 1 deletions

View File

@@ -441,7 +441,11 @@ char* dc_get_info (dc_context_t* context);
*/
char* dc_get_oauth2_url (dc_context_t* context, const char* addr, const char* redirect_uri);
/**
* Get the provider information from our provider overview as json object.
*/
char* dc_get_json_provider_info_from_email (char* email);
// connect