aboutsummaryrefslogtreecommitdiff
path: root/src/chat/messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat/messenger.h')
-rw-r--r--src/chat/messenger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chat/messenger.h b/src/chat/messenger.h
index 4e3f80a..888e4cd 100644
--- a/src/chat/messenger.h
+++ b/src/chat/messenger.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 GNUnet e.V. 3 Copyright (C) 2021--2022 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
@@ -35,7 +35,7 @@ typedef struct MESSENGER_Application MESSENGER_Application;
35typedef struct CHAT_MESSENGER_Handle 35typedef struct CHAT_MESSENGER_Handle
36{ 36{
37 struct GNUNET_CHAT_Handle *handle; 37 struct GNUNET_CHAT_Handle *handle;
38 struct GNUNET_SCHEDULER_Task *idle; 38 struct GNUNET_SCHEDULER_Task *quit;
39} CHAT_MESSENGER_Handle; 39} CHAT_MESSENGER_Handle;
40 40
41void 41void