aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-22 11:05:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-22 11:05:22 +0000
commita2f68ea8b627e2d009ac5624837b958694f335ff (patch)
tree77f3a1653540d954938a6a023ded8984b660a948 /src/include/gnunet_namestore_service.h
parent5dc75820d20dafd62e8247cb8719bd3224244b52 (diff)
downloadgnunet-a2f68ea8b627e2d009ac5624837b958694f335ff.tar.gz
gnunet-a2f68ea8b627e2d009ac5624837b958694f335ff.zip
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 1b5f89cb3..4f6f6a57d 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -254,7 +254,7 @@ GNUNET_NAMESTORE_record_create (struct GNUNET_NAMESTORE_Handle *h,
254 * @param h handle to the namestore 254 * @param h handle to the namestore
255 * @param pkey private key of the zone 255 * @param pkey private key of the zone
256 * @param name name that is being mapped (at most 255 characters long) 256 * @param name name that is being mapped (at most 255 characters long)
257 * @param rd record data 257 * @param rd record data, remove specific record, NULL to remove the name and all records
258 * @param cont continuation to call when done 258 * @param cont continuation to call when done
259 * @param cont_cls closure for cont 259 * @param cont_cls closure for cont
260 * @return handle to abort the request 260 * @return handle to abort the request