From 17392fe6169d39a75645728f44aa117f67b5331d Mon Sep 17 00:00:00 2001 From: Jacki Date: Wed, 14 Feb 2024 13:44:06 +0100 Subject: Add asserts to verify reliability Signed-off-by: Jacki --- src/ui/message.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui/message.h') diff --git a/src/ui/message.h b/src/ui/message.h index 8b51952..60ee203 100644 --- a/src/ui/message.h +++ b/src/ui/message.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2021--2022 GNUnet e.V. + Copyright (C) 2021--2024 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -101,7 +101,7 @@ typedef struct UI_MESSAGE_Handle */ UI_MESSAGE_Handle* ui_message_new(MESSENGER_Application *app, - UI_MESSAGE_Type type); + UI_MESSAGE_Type type); /** * Refreshes the visual state of the read receipt @@ -123,8 +123,8 @@ ui_message_refresh(UI_MESSAGE_Handle *handle); */ void ui_message_update(UI_MESSAGE_Handle *handle, - MESSENGER_Application *app, - const struct GNUNET_CHAT_Message *message); + MESSENGER_Application *app, + const struct GNUNET_CHAT_Message *message); /** * Sets the contact of a given message handle -- cgit v1.2.3