diff options
Diffstat (limited to 'src/gnunet_chat_contact.h')
-rw-r--r-- | src/gnunet_chat_contact.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gnunet_chat_contact.h b/src/gnunet_chat_contact.h index 1d2fdb3..725e8fe 100644 --- a/src/gnunet_chat_contact.h +++ b/src/gnunet_chat_contact.h | |||
@@ -40,6 +40,7 @@ struct GNUNET_CHAT_Contact | |||
40 | 40 | ||
41 | const struct GNUNET_MESSENGER_Contact *member; | 41 | const struct GNUNET_MESSENGER_Contact *member; |
42 | 42 | ||
43 | char *public_key; | ||
43 | void *user_pointer; | 44 | void *user_pointer; |
44 | }; | 45 | }; |
45 | 46 | ||
@@ -48,6 +49,9 @@ contact_create_from_member (struct GNUNET_CHAT_Handle *handle, | |||
48 | const struct GNUNET_MESSENGER_Contact *member); | 49 | const struct GNUNET_MESSENGER_Contact *member); |
49 | 50 | ||
50 | void | 51 | void |
52 | contact_update_key (struct GNUNET_CHAT_Contact *contact); | ||
53 | |||
54 | void | ||
51 | contact_destroy (struct GNUNET_CHAT_Contact* contact); | 55 | contact_destroy (struct GNUNET_CHAT_Contact* contact); |
52 | 56 | ||
53 | #endif /* GNUNET_CHAT_CONTACT_H_ */ | 57 | #endif /* GNUNET_CHAT_CONTACT_H_ */ |