From dd3f81a556334d4dc79b43bcf6a48a41290b3a6f Mon Sep 17 00:00:00 2001 From: Hocuri Date: Thu, 11 Jun 2020 13:18:19 +0200 Subject: [PATCH] Oops, add FAILED_SENDING_TO to deltachat.h --- deltachat-ffi/deltachat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 6cf0b895b..6316cb94c 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4429,6 +4429,7 @@ void dc_event_unref(dc_event_t* event); #define DC_STR_UNKNOWN_SENDER_FOR_CHAT 72 #define DC_STR_SUBJECT_FOR_NEW_CONTACT 73 #define DC_STR_COUNT 73 +#define FAILED_SENDING_TO 74 /* * @}