diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index ffa06ea6a..fae46bfc8 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -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. *