aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-24 15:02:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-24 15:02:10 +0000
commit49f154e0fddb88077d5543e87b5cc21e6634abe1 (patch)
tree2fb3fa228aee86e8a9edabab52ff8af73dd24314 /src/include/gnunet_namestore_service.h
parent1b6eece4b277025bfc3892664fc4b9a95bf0cf7c (diff)
downloadgnunet-49f154e0fddb88077d5543e87b5cc21e6634abe1.tar.gz
gnunet-49f154e0fddb88077d5543e87b5cc21e6634abe1.zip
-fix api
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index dac21fbee..8ab2ce802 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -166,7 +166,7 @@ struct GNUNET_NAMESTORE_RecordData
166 * authorities. 166 * authorities.
167 * 167 *
168 * @param h handle to the namestore 168 * @param h handle to the namestore
169 * @param zone hash of the public key of the zone 169 * @param zone_key public key of the zone
170 * @param name name that is being mapped (at most 255 characters long) 170 * @param name name that is being mapped (at most 255 characters long)
171 * @param expire when does the corresponding block in the DHT expire (until 171 * @param expire when does the corresponding block in the DHT expire (until
172 * when should we never do a DHT lookup for the same name again)? 172 * when should we never do a DHT lookup for the same name again)?
@@ -179,7 +179,7 @@ struct GNUNET_NAMESTORE_RecordData
179 */ 179 */
180struct GNUNET_NAMESTORE_QueueEntry * 180struct GNUNET_NAMESTORE_QueueEntry *
181GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h, 181GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
182 const GNUNET_HashCode *zone, 182 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
183 const char *name, 183 const char *name,
184 struct GNUNET_TIME_Absolute expire, 184 struct GNUNET_TIME_Absolute expire,
185 unsigned int rd_count, 185 unsigned int rd_count,