aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_account.h')
-rw-r--r--src/gnunet_chat_account.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gnunet_chat_account.h b/src/gnunet_chat_account.h
index 25d7598..fb595b8 100644
--- a/src/gnunet_chat_account.h
+++ b/src/gnunet_chat_account.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2022 GNUnet e.V. 3 Copyright (C) 2022--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
@@ -47,7 +47,7 @@ struct GNUNET_CHAT_Account
47 */ 47 */
48struct GNUNET_CHAT_Account* 48struct GNUNET_CHAT_Account*
49account_create_from_ego(struct GNUNET_IDENTITY_Ego *ego, 49account_create_from_ego(struct GNUNET_IDENTITY_Ego *ego,
50 const char *name); 50 const char *name);
51 51
52/** 52/**
53 * Updates the stored directory path by a chat <i>account</i> 53 * Updates the stored directory path by a chat <i>account</i>
@@ -58,7 +58,7 @@ account_create_from_ego(struct GNUNET_IDENTITY_Ego *ego,
58 */ 58 */
59void 59void
60account_update_directory (struct GNUNET_CHAT_Account *account, 60account_update_directory (struct GNUNET_CHAT_Account *account,
61 const char *base_directory); 61 const char *base_directory);
62 62
63/** 63/**
64 * Destroys a chat <i>account</i> and frees its memory. 64 * Destroys a chat <i>account</i> and frees its memory.