From 7d1d02bf3b89fdde922869a0eab2824d487cae84 Mon Sep 17 00:00:00 2001 From: jikstra Date: Thu, 28 May 2020 13:41:56 +0200 Subject: [PATCH] Add missing DC_STR_* constants to deltachat.h --- deltachat-ffi/deltachat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 766cee83c..560154134 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4423,7 +4423,11 @@ void dc_event_unref(dc_event_t* event); #define DC_STR_LOCATION 66 #define DC_STR_STICKER 67 #define DC_STR_DEVICE_MESSAGES 68 -#define DC_STR_COUNT 68 +#define DC_STR_SAVED_MESSAGES 69 +#define DC_STR_DEVICE_MESSAGES_HINT 70 +#define DC_STR_WELCOME_MESSAGE 71 +#define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72 +#define DC_STR_COUNT 72 /* * @}