From 5af800b16a6e5eadf02eeae42406421cdd3091d1 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Thu, 15 Aug 2019 23:52:04 +0200 Subject: [PATCH] declare void function as such --- 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 0ea484088..a0db09d09 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -594,7 +594,7 @@ int dc_contact_is_verified (dc_contact_t*); #define DC_TEXT1_SELF 3 -dc_lot_t* dc_lot_new (); +dc_lot_t* dc_lot_new (void); void dc_lot_empty (dc_lot_t*); void dc_lot_unref (dc_lot_t*); char* dc_lot_get_text1 (const dc_lot_t*);