aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/event.h b/src/event.h
index 59dd348..505309c 100644
--- a/src/event.h
+++ b/src/event.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
@@ -28,6 +28,11 @@
28#include "application.h" 28#include "application.h"
29 29
30void 30void
31event_handle_warning(MESSENGER_Application *app,
32 struct GNUNET_CHAT_Context *context,
33 const struct GNUNET_CHAT_Message *msg);
34
35void
31event_refresh_accounts(MESSENGER_Application *app); 36event_refresh_accounts(MESSENGER_Application *app);
32 37
33void 38void
@@ -39,9 +44,9 @@ event_update_chats(MESSENGER_Application *app,
39 const struct GNUNET_CHAT_Message *msg); 44 const struct GNUNET_CHAT_Message *msg);
40 45
41void 46void
42event_joining_contact(MESSENGER_Application *app, 47event_presence_contact(MESSENGER_Application *app,
43 struct GNUNET_CHAT_Context *context, 48 struct GNUNET_CHAT_Context *context,
44 const struct GNUNET_CHAT_Message *msg); 49 const struct GNUNET_CHAT_Message *msg);
45 50
46void 51void
47event_update_contacts(MESSENGER_Application *app, 52event_update_contacts(MESSENGER_Application *app,