From 0e06da22df832a76823a9ddb44460a270eafd84c Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 22 Feb 2023 18:51:17 +0100 Subject: [PATCH] fix symbol name --- 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 1e9998488..c3299a217 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2720,7 +2720,7 @@ void dc_backup_provider_wait (dc_context_t* context, dc_backup_provider_t* backu * * @memberof dc_backup_provider_t */ -void dc_backup_prvider_unref (dc_backup_provider_t* backup_provider); +void dc_backup_provider_unref (dc_backup_provider_t* backup_provider); /** * Gets a backup offered by a dc_backup_provider_t object on another device.