#define removed ffi-funcion dc_contact_get_first_name as dc_contact_get_display_name to make updating easier

This commit is contained in:
B. Petersen
2021-01-25 19:25:46 +01:00
committed by link2xt
parent 564d681bca
commit e6dd963ebb

View File

@@ -3907,6 +3907,11 @@ char* dc_contact_get_name (const dc_contact_t* contact);
char* dc_contact_get_display_name (const dc_contact_t* contact);
// dc_contact_get_first_name is removed,
// the following define is to make upgrading more smoothly.
#define dc_contact_get_first_name dc_contact_get_display_name
/**
* Get a summary of name and address.
*