aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-20 15:26:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-20 15:26:30 +0000
commit51cc0a0fe9fe26f3fd91d508a0268295924ae35a (patch)
treebf5aca1f5c11e9f50778440b935b11a34f781d05 /src/namestore/namestore_api.c
parent18656ea25708198199589ac8c32c360f2ee1a544 (diff)
downloadgnunet-51cc0a0fe9fe26f3fd91d508a0268295924ae35a.tar.gz
gnunet-51cc0a0fe9fe26f3fd91d508a0268295924ae35a.zip
- docu
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 168ae1f1c..866d1bf1c 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -576,7 +576,7 @@ handle_zone_to_name_response (struct GNUNET_NAMESTORE_QueueEntry *qe,
576/** 576/**
577 * Handle incoming messages for record operations 577 * Handle incoming messages for record operations
578 * 578 *
579 * @param ze the respective zone iteration handle 579 * @param qe the respective zone iteration handle
580 * @param msg the message we received 580 * @param msg the message we received
581 * @param type the message type in HBO 581 * @param type the message type in HBO
582 * @param size the message size 582 * @param size the message size
@@ -1159,7 +1159,7 @@ GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
1159 * to validate signatures received from the network. 1159 * to validate signatures received from the network.
1160 * 1160 *
1161 * @param public_key public key of the zone 1161 * @param public_key public key of the zone
1162 * @param expire block expiration 1162 * @param freshness block expiration
1163 * @param name name that is being mapped (at most 255 characters long) 1163 * @param name name that is being mapped (at most 255 characters long)
1164 * @param rd_count number of entries in 'rd' array 1164 * @param rd_count number of entries in 'rd' array
1165 * @param rd array of records with data to store 1165 * @param rd array of records with data to store
@@ -1168,7 +1168,7 @@ GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
1168 */ 1168 */
1169int 1169int
1170GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key, 1170GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
1171 const struct GNUNET_TIME_Absolute expire, 1171 const struct GNUNET_TIME_Absolute freshness,
1172 const char *name, 1172 const char *name,
1173 unsigned int rd_count, 1173 unsigned int rd_count,
1174 const struct GNUNET_NAMESTORE_RecordData *rd, 1174 const struct GNUNET_NAMESTORE_RecordData *rd,