From 2a754744fe8fa9a5968c390de72b2df7fe26159c Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 14 Feb 2023 18:03:39 +0100 Subject: [PATCH] char, not chat --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index c320cea16..8828e388b 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2666,7 +2666,7 @@ void dc_str_unref (char* str); * On errors, NULL is returned and dc_get_last_error()returns an error that * should be shown to the user. */ -dc_backup_provider_t* dc_provide_backup (dc_context_t* context, const chat* folder); +dc_backup_provider_t* dc_provide_backup (dc_context_t* context, const char* folder); /**