aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_account.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-13 18:15:43 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-13 18:15:43 +0100
commit77e4525e6477ddda9b025261be2e1c73d86a1fe9 (patch)
tree801a3842070f4e5f6b055a9ba6cd625c086b5a16 /src/gnunet_chat_account.h
parentccdeafaf88627aa274c2d6090e4231ed51b56c63 (diff)
downloadlibgnunetchat-77e4525e6477ddda9b025261be2e1c73d86a1fe9.tar.gz
libgnunetchat-77e4525e6477ddda9b025261be2e1c73d86a1fe9.zip
Added user pointer and name access to accounts
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/gnunet_chat_account.h')
-rw-r--r--src/gnunet_chat_account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_account.h b/src/gnunet_chat_account.h
index dc41f25..a00b8a5 100644
--- a/src/gnunet_chat_account.h
+++ b/src/gnunet_chat_account.h
@@ -33,6 +33,8 @@ struct GNUNET_CHAT_Account
33{ 33{
34 struct GNUNET_IDENTITY_Ego *ego; 34 struct GNUNET_IDENTITY_Ego *ego;
35 char *name; 35 char *name;
36
37 void *user_pointer;
36}; 38};
37 39
38struct GNUNET_CHAT_Account* 40struct GNUNET_CHAT_Account*