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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gnunet_chat_account.h b/src/gnunet_chat_account.h
index a00b8a5..40d8392 100644
--- a/src/gnunet_chat_account.h
+++ b/src/gnunet_chat_account.h
@@ -32,6 +32,7 @@
32struct GNUNET_CHAT_Account 32struct GNUNET_CHAT_Account
33{ 33{
34 struct GNUNET_IDENTITY_Ego *ego; 34 struct GNUNET_IDENTITY_Ego *ego;
35 char *directory;
35 char *name; 36 char *name;
36 37
37 void *user_pointer; 38 void *user_pointer;
@@ -42,6 +43,10 @@ account_create_from_ego(struct GNUNET_IDENTITY_Ego *ego,
42 const char *name); 43 const char *name);
43 44
44void 45void
46account_update_directory (struct GNUNET_CHAT_Account *account,
47 const char *base_directory);
48
49void
45account_destroy(struct GNUNET_CHAT_Account *account); 50account_destroy(struct GNUNET_CHAT_Account *account);
46 51
47#endif /* GNUNET_CHAT_ACCOUNT_H_ */ 52#endif /* GNUNET_CHAT_ACCOUNT_H_ */