From fc56c6148f22d363a27c7a39d8d97a2d4d908a92 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Tue, 19 Apr 2022 00:31:14 +0200 Subject: Added doxygen comments to some headers Signed-off-by: TheJackiMonster --- src/chat/messenger.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/chat/messenger.h') diff --git a/src/chat/messenger.h b/src/chat/messenger.h index bc07119..4cceec7 100644 --- a/src/chat/messenger.h +++ b/src/chat/messenger.h @@ -39,6 +39,15 @@ typedef struct CHAT_MESSENGER_Handle struct GNUNET_SCHEDULER_Task *idle; } CHAT_MESSENGER_Handle; +/** + * Startup event of the GNUnet scheduler thread to + * handle the messenger application startup. + * + * @param cls Closure + * @param args Arguments + * @param cfgfile Configuration file path + * @param cfg Configuration + */ void chat_messenger_run(void *cls, char *const *args, -- cgit v1.2.3