aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.h
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-02-14 13:44:06 +0100
committerJacki <jacki@thejackimonster.de>2024-02-14 13:44:06 +0100
commit17392fe6169d39a75645728f44aa117f67b5331d (patch)
treecd9df10fc8a58c8104a494dcc6e1e44c09ccf8ca /src/ui/contacts.h
parent9ff0f0e2e8d554f465d7aad51ce7fb33e61a749c (diff)
downloadmessenger-gtk-17392fe6169d39a75645728f44aa117f67b5331d.tar.gz
messenger-gtk-17392fe6169d39a75645728f44aa117f67b5331d.zip
Add asserts to verify reliability
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'src/ui/contacts.h')
-rw-r--r--src/ui/contacts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/contacts.h b/src/ui/contacts.h
index f63b554..5d126e7 100644
--- a/src/ui/contacts.h
+++ b/src/ui/contacts.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021--2022 GNUnet e.V. 3 Copyright (C) 2021--2024 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -48,7 +48,7 @@ typedef struct UI_CONTACTS_Handle
48 */ 48 */
49void 49void
50ui_contacts_dialog_init(MESSENGER_Application *app, 50ui_contacts_dialog_init(MESSENGER_Application *app,
51 UI_CONTACTS_Handle *handle); 51 UI_CONTACTS_Handle *handle);
52 52
53/** 53/**
54 * Cleans up the allocated resources and resets the 54 * Cleans up the allocated resources and resets the