aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 15:16:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 15:16:09 +0000
commit525f4d69de03098e857dd6672d1cd1c4b0755517 (patch)
tree9a3c27b1681562645891628cabb256baca0d1825 /src/include/gnunet_namestore_service.h
parentcd967ce3da30f20fb815288c1f4ebb19816dd0ad (diff)
downloadgnunet-525f4d69de03098e857dd6672d1cd1c4b0755517.tar.gz
gnunet-525f4d69de03098e857dd6672d1cd1c4b0755517.zip
-removing bogus comment
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 ddfc912bc..c85330681 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -101,7 +101,7 @@ typedef void (*GNUNET_NAMESTORE_ContinuationWithStatus) (void *cls,
101 * 101 *
102 * @param h handle to the namestore 102 * @param h handle to the namestore
103 * @param pkey private key of the zone 103 * @param pkey private key of the zone
104 * @param label name that is being mapped (at most 255 characters long) 104 * @param label name that is being mapped
105 * @param rd_count number of records in the 'rd' array 105 * @param rd_count number of records in the 'rd' array
106 * @param rd array of records with data to store 106 * @param rd array of records with data to store
107 * @param cont continuation to call when done 107 * @param cont continuation to call when done
@@ -140,7 +140,7 @@ typedef void (*GNUNET_NAMESTORE_RecordMonitor) (void *cls,
140 * 140 *
141 * @param h handle to the namestore 141 * @param h handle to the namestore
142 * @param pkey private key of the zone 142 * @param pkey private key of the zone
143 * @param label name that is being mapped (at most 255 characters long) 143 * @param label name that is being mapped
144 * @param rm function to call with the result (with 0 records if we don't have that label) 144 * @param rm function to call with the result (with 0 records if we don't have that label)
145 * @param rm_cls closure for @a rm 145 * @param rm_cls closure for @a rm
146 * @return handle to abort the request 146 * @return handle to abort the request