aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:30:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:30:07 +0000
commitbe9a1b90e500bf865ef66eb1175235a8090d75c3 (patch)
tree0d450910790d91464653ed32733f74511760c8c9 /src/include/gnunet_namestore_service.h
parent0880e355c0cb03c57c2e643a99ae3020fc6c0867 (diff)
downloadgnunet-be9a1b90e500bf865ef66eb1175235a8090d75c3.tar.gz
gnunet-be9a1b90e500bf865ef66eb1175235a8090d75c3.zip
- rename
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 232702592..a484601a5 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -196,7 +196,7 @@ struct GNUNET_NAMESTORE_RecordData
196 * @param h handle to the namestore 196 * @param h handle to the namestore
197 * @param zone_key public key of the zone 197 * @param zone_key public key of the zone
198 * @param name name that is being mapped (at most 255 characters long) 198 * @param name name that is being mapped (at most 255 characters long)
199 * @param expire when does the corresponding block in the DHT expire (until 199 * @param freshness when does the corresponding block in the DHT expire (until
200 * when should we never do a DHT lookup for the same name again)? 200 * when should we never do a DHT lookup for the same name again)?
201 * @param rd_count number of entries in 'rd' array 201 * @param rd_count number of entries in 'rd' array
202 * @param rd array of records with data to store 202 * @param rd array of records with data to store
@@ -209,7 +209,7 @@ struct GNUNET_NAMESTORE_QueueEntry *
209GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h, 209GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
210 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key, 210 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
211 const char *name, 211 const char *name,
212 struct GNUNET_TIME_Absolute expire, 212 struct GNUNET_TIME_Absolute freshness,
213 unsigned int rd_count, 213 unsigned int rd_count,
214 const struct GNUNET_NAMESTORE_RecordData *rd, 214 const struct GNUNET_NAMESTORE_RecordData *rd,
215 const struct GNUNET_CRYPTO_RsaSignature *signature, 215 const struct GNUNET_CRYPTO_RsaSignature *signature,
@@ -231,7 +231,7 @@ GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
231 */ 231 */
232int 232int
233GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key, 233GNUNET_NAMESTORE_verify_signature (const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *public_key,
234 const struct GNUNET_TIME_Absolute expire, 234 const struct GNUNET_TIME_Absolute freshness,
235 const char *name, 235 const char *name,
236 unsigned int rd_count, 236 unsigned int rd_count,
237 const struct GNUNET_NAMESTORE_RecordData *rd, 237 const struct GNUNET_NAMESTORE_RecordData *rd,
@@ -302,7 +302,7 @@ GNUNET_NAMESTORE_record_remove (struct GNUNET_NAMESTORE_Handle *h,
302 */ 302 */
303typedef void (*GNUNET_NAMESTORE_RecordProcessor) (void *cls, 303typedef void (*GNUNET_NAMESTORE_RecordProcessor) (void *cls,
304 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key, 304 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
305 struct GNUNET_TIME_Absolute expire, 305 struct GNUNET_TIME_Absolute freshness,
306 const char *name, 306 const char *name,
307 unsigned int rd_len, 307 unsigned int rd_len,
308 const struct GNUNET_NAMESTORE_RecordData *rd, 308 const struct GNUNET_NAMESTORE_RecordData *rd,