diff options
Diffstat (limited to 'src/gnunet_chat_contact.h')
-rw-r--r-- | src/gnunet_chat_contact.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_contact.h b/src/gnunet_chat_contact.h index 68078e0..cf0dded 100644 --- a/src/gnunet_chat_contact.h +++ b/src/gnunet_chat_contact.h | |||
@@ -42,6 +42,8 @@ struct GNUNET_CHAT_Contact | |||
42 | 42 | ||
43 | char *public_key; | 43 | char *public_key; |
44 | void *user_pointer; | 44 | void *user_pointer; |
45 | |||
46 | int is_owned; | ||
45 | }; | 47 | }; |
46 | 48 | ||
47 | struct GNUNET_CHAT_Contact* | 49 | struct GNUNET_CHAT_Contact* |