aboutsummaryrefslogtreecommitdiff
path: root/src/ui/picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/picker.h')
-rw-r--r--src/ui/picker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/picker.h b/src/ui/picker.h
index 9c21bc9..f9dd1c3 100644
--- a/src/ui/picker.h
+++ b/src/ui/picker.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
@@ -68,7 +68,7 @@ typedef struct UI_PICKER_Handle
68 */ 68 */
69UI_PICKER_Handle* 69UI_PICKER_Handle*
70ui_picker_new(MESSENGER_Application *app, 70ui_picker_new(MESSENGER_Application *app,
71 UI_CHAT_Handle *chat); 71 UI_CHAT_Handle *chat);
72 72
73/** 73/**
74 * Frees its resources and destroys a given picker 74 * Frees its resources and destroys a given picker