aboutsummaryrefslogtreecommitdiff
path: root/src/service/messenger/messenger_api_cmd_start_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/messenger/messenger_api_cmd_start_service.c')
-rw-r--r--src/service/messenger/messenger_api_cmd_start_service.c27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/service/messenger/messenger_api_cmd_start_service.c b/src/service/messenger/messenger_api_cmd_start_service.c
index a35d338fd..4c9ce2849 100644
--- a/src/service/messenger/messenger_api_cmd_start_service.c
+++ b/src/service/messenger/messenger_api_cmd_start_service.c
@@ -1,21 +1,21 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2023 GNUnet e.V. 3 Copyright (C) 2023--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
7 by the Free Software Foundation, either version 3 of the License, 7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version. 8 or (at your option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20 20
21/** 21/**
@@ -35,6 +35,7 @@ static void
35on_message_cb (void *cls, 35on_message_cb (void *cls,
36 struct GNUNET_MESSENGER_Room *room, 36 struct GNUNET_MESSENGER_Room *room,
37 const struct GNUNET_MESSENGER_Contact *sender, 37 const struct GNUNET_MESSENGER_Contact *sender,
38 const struct GNUNET_MESSENGER_Contact *recipient,
38 const struct GNUNET_MESSENGER_Message *message, 39 const struct GNUNET_MESSENGER_Message *message,
39 const struct GNUNET_HashCode *hash, 40 const struct GNUNET_HashCode *hash,
40 enum GNUNET_MESSENGER_MessageFlags flags) 41 enum GNUNET_MESSENGER_MessageFlags flags)