summaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:29:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-10 16:29:46 +0000
commit0880e355c0cb03c57c2e643a99ae3020fc6c0867 (patch)
tree060d2f023ecb8db8d944d80869ed8909ee2064b6 /src/namestore/namestore_api.c
parent891caa55483a7f889f603f56e9ffe96ad975d7e5 (diff)
downloadgnunet-0880e355c0cb03c57c2e643a99ae3020fc6c0867.tar.gz
gnunet-0880e355c0cb03c57c2e643a99ae3020fc6c0867.zip
- rename
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index a0f37f9f1..6f7fdc3f7 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -962,7 +962,7 @@ GNUNET_NAMESTORE_disconnect (struct GNUNET_NAMESTORE_Handle *h, int drop)
962 * @param h handle to the namestore 962 * @param h handle to the namestore
963 * @param zone_key public key of the zone 963 * @param zone_key public key of the zone
964 * @param name name that is being mapped (at most 255 characters long) 964 * @param name name that is being mapped (at most 255 characters long)
965 * @param expire when does the corresponding block in the DHT expire (until 965 * @param freshness when does the corresponding block in the DHT expire (until
966 * when should we never do a DHT lookup for the same name again)? 966 * when should we never do a DHT lookup for the same name again)?
967 * @param rd_count number of entries in 'rd' array 967 * @param rd_count number of entries in 'rd' array
968 * @param rd array of records with data to store 968 * @param rd array of records with data to store
@@ -975,7 +975,7 @@ struct GNUNET_NAMESTORE_QueueEntry *
975GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h, 975GNUNET_NAMESTORE_record_put (struct GNUNET_NAMESTORE_Handle *h,
976 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key, 976 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *zone_key,
977 const char *name, 977 const char *name,
978 struct GNUNET_TIME_Absolute expire, 978 struct GNUNET_TIME_Absolute freshness,
979 unsigned int rd_count, 979 unsigned int rd_count,
980 const struct GNUNET_NAMESTORE_RecordData *rd, 980 const struct GNUNET_NAMESTORE_RecordData *rd,
981 const struct GNUNET_CRYPTO_RsaSignature *signature, 981 const struct GNUNET_CRYPTO_RsaSignature *signature,