aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_contact_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_contact_store.h')
-rw-r--r--src/messenger/messenger_api_contact_store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_contact_store.h b/src/messenger/messenger_api_contact_store.h
index c74a67740..e012e42c1 100644
--- a/src/messenger/messenger_api_contact_store.h
+++ b/src/messenger/messenger_api_contact_store.h
@@ -89,7 +89,7 @@ get_store_contact_raw (struct GNUNET_MESSENGER_ContactStore *store,
89struct GNUNET_MESSENGER_Contact* 89struct GNUNET_MESSENGER_Contact*
90get_store_contact (struct GNUNET_MESSENGER_ContactStore *store, 90get_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
91 const struct GNUNET_HashCode *context, 91 const struct GNUNET_HashCode *context,
92 const struct GNUNET_IDENTITY_PublicKey *pubkey); 92 const struct GNUNET_CRYPTO_PublicKey *pubkey);
93 93
94/** 94/**
95 * Moves a <i>contact</i> from the <i>store</i> to another location 95 * Moves a <i>contact</i> from the <i>store</i> to another location
@@ -108,7 +108,7 @@ update_store_contact (struct GNUNET_MESSENGER_ContactStore *store,
108 struct GNUNET_MESSENGER_Contact* contact, 108 struct GNUNET_MESSENGER_Contact* contact,
109 const struct GNUNET_HashCode *context, 109 const struct GNUNET_HashCode *context,
110 const struct GNUNET_HashCode *next_context, 110 const struct GNUNET_HashCode *next_context,
111 const struct GNUNET_IDENTITY_PublicKey *pubkey); 111 const struct GNUNET_CRYPTO_PublicKey *pubkey);
112 112
113/** 113/**
114 * Removes a <i>contact</i> from the <i>store</i> which uses 114 * Removes a <i>contact</i> from the <i>store</i> which uses