aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 700122507..77da67312 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -247,7 +247,7 @@ struct GNUNET_NAMESTORE_RecordData
247 */ 247 */
248struct GNUNET_NAMESTORE_QueueEntry * 248struct GNUNET_NAMESTORE_QueueEntry *
249GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h, 249GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
250 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 250 const struct GNUNET_CRYPTO_EccPublicKey *zone_key,
251 const char *name, 251 const char *name,
252 struct GNUNET_TIME_Absolute freshness, 252 struct GNUNET_TIME_Absolute freshness,
253 unsigned int rd_count, 253 unsigned int rd_count,
@@ -270,7 +270,7 @@ GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
270 * @return GNUNET_OK if the signature is valid 270 * @return GNUNET_OK if the signature is valid
271 */ 271 */
272int 272int
273GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *public_key, 273GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_EccPublicKey *public_key,
274 const struct GNUNET_TIME_Absolute freshness, 274 const struct GNUNET_TIME_Absolute freshness,
275 const char *name, 275 const char *name,
276 unsigned int rd_count, 276 unsigned int rd_count,
@@ -319,7 +319,7 @@ GNUNET_NAMESTORE_record_put_by_authority (struct GNUNET_NAMESTORE_Handle *h,
319 * because the user queried for a particular record type only) 319 * because the user queried for a particular record type only)
320 */ 320 */
321typedef void (*GNUNET_NAMESTORE_RecordProcessor) (void *cls, 321typedef void (*GNUNET_NAMESTORE_RecordProcessor) (void *cls,
322 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 322 const struct GNUNET_CRYPTO_EccPublicKey *zone_key,
323 struct GNUNET_TIME_Absolute freshness, 323 struct GNUNET_TIME_Absolute freshness,
324 const char *name, 324 const char *name,
325 unsigned int rd_count, 325 unsigned int rd_count,
@@ -480,7 +480,7 @@ struct GNUNET_NAMESTORE_ZoneMonitor;
480 * @param signature signature of the record block 480 * @param signature signature of the record block
481 */ 481 */
482typedef void (*GNUNET_NAMESTORE_RecordMonitor)(void *cls, 482typedef void (*GNUNET_NAMESTORE_RecordMonitor)(void *cls,
483 const struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded *zone_key, 483 const struct GNUNET_CRYPTO_EccPublicKey *zone_key,
484 struct GNUNET_TIME_Absolute freshness, 484 struct GNUNET_TIME_Absolute freshness,
485 const char *name, 485 const char *name,
486 unsigned int rd_len, 486 unsigned int rd_len,