aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_ego_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_ego_store.h')
-rw-r--r--src/messenger/gnunet-service-messenger_ego_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messenger/gnunet-service-messenger_ego_store.h b/src/messenger/gnunet-service-messenger_ego_store.h
index a5f8a69d8..bf901bf5e 100644
--- a/src/messenger/gnunet-service-messenger_ego_store.h
+++ b/src/messenger/gnunet-service-messenger_ego_store.h
@@ -165,7 +165,7 @@ lookup_store_ego (struct GNUNET_MESSENGER_EgoStore *store,
165struct GNUNET_MESSENGER_Ego* 165struct GNUNET_MESSENGER_Ego*
166update_store_ego (struct GNUNET_MESSENGER_EgoStore *store, 166update_store_ego (struct GNUNET_MESSENGER_EgoStore *store,
167 const char *identifier, 167 const char *identifier,
168 const struct GNUNET_IDENTITY_PrivateKey *key); 168 const struct GNUNET_CRYPTO_PrivateKey *key);
169 169
170/** 170/**
171 * Deletes the registration of an EGO in a <i>store</i> under 171 * Deletes the registration of an EGO in a <i>store</i> under