aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-18 01:08:49 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-18 01:08:49 +0100
commit394afaba0b6410c163b459404d36a805c3166d51 (patch)
tree80d423abc762ec9fad11e4048e21c8031d610322 /src/event.h
parentef325fba989867bb5d17b0cf4e3ae8cd653ffd1e (diff)
downloadmessenger-gtk-394afaba0b6410c163b459404d36a805c3166d51.tar.gz
messenger-gtk-394afaba0b6410c163b459404d36a805c3166d51.zip
Implemented message deletion
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index 746e9f3..59dd348 100644
--- a/src/event.h
+++ b/src/event.h
@@ -58,4 +58,9 @@ event_receive_message(MESSENGER_Application *app,
58 struct GNUNET_CHAT_Context *context, 58 struct GNUNET_CHAT_Context *context,
59 const struct GNUNET_CHAT_Message *msg); 59 const struct GNUNET_CHAT_Message *msg);
60 60
61void
62event_delete_message(MESSENGER_Application *app,
63 struct GNUNET_CHAT_Context *context,
64 const struct GNUNET_CHAT_Message *msg);
65
61#endif /* EVENT_H_ */ 66#endif /* EVENT_H_ */