aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gns_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-11 20:20:44 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-11 20:20:44 +0000
commit36785d69da8cb4b309c0b08d065be86a91f870f2 (patch)
treeb261bbbefe4339f5f9933e99926dbe3c9421febd /src/include/gnunet_gns_service.h
parent563e135ff6ae14706e518bae3fb2971c3c60ec17 (diff)
downloadgnunet-36785d69da8cb4b309c0b08d065be86a91f870f2.tar.gz
gnunet-36785d69da8cb4b309c0b08d065be86a91f870f2.zip
-api love
Diffstat (limited to 'src/include/gnunet_gns_service.h')
-rw-r--r--src/include/gnunet_gns_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h
index ffd0224c8..a138e96f9 100644
--- a/src/include/gnunet_gns_service.h
+++ b/src/include/gnunet_gns_service.h
@@ -161,7 +161,7 @@ typedef void (*GNUNET_GNS_LookupResultProcessor) (void *cls,
161 * 161 *
162 * @return handle to the queued request 162 * @return handle to the queued request
163 */ 163 */
164struct GNUNET_GNS_QueueEntry * 164struct GNUNET_GNS_LookupRequest*
165GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle, 165GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
166 const char * name, 166 const char * name,
167 enum GNUNET_GNS_RecordType type, 167 enum GNUNET_GNS_RecordType type,
@@ -185,7 +185,7 @@ GNUNET_GNS_lookup (struct GNUNET_GNS_Handle *handle,
185 * 185 *
186 * @return handle to the queued request 186 * @return handle to the queued request
187 */ 187 */
188struct GNUNET_GNS_QueueEntry * 188struct GNUNET_GNS_LookupRequest*
189GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle, 189GNUNET_GNS_lookup_zone (struct GNUNET_GNS_Handle *handle,
190 const char * name, 190 const char * name,
191 struct GNUNET_CRYPTO_ShortHashCode *zone, 191 struct GNUNET_CRYPTO_ShortHashCode *zone,
@@ -220,7 +220,7 @@ typedef void (*GNUNET_GNS_ShortenResultProcessor) (void *cls,
220 * @param proc_cls closure for processor 220 * @param proc_cls closure for processor
221 * @return handle to the operation 221 * @return handle to the operation
222 */ 222 */
223struct GNUNET_GNS_QueueEntry * 223struct GNUNET_GNS_ShortenRequest*
224GNUNET_GNS_shorten (struct GNUNET_GNS_Handle *handle, 224GNUNET_GNS_shorten (struct GNUNET_GNS_Handle *handle,
225 const char * name, 225 const char * name,
226 struct GNUNET_CRYPTO_ShortHashCode *private_zone, 226 struct GNUNET_CRYPTO_ShortHashCode *private_zone,
@@ -241,7 +241,7 @@ GNUNET_GNS_shorten (struct GNUNET_GNS_Handle *handle,
241 * @param proc_cls closure for processor 241 * @param proc_cls closure for processor
242 * @return handle to the operation 242 * @return handle to the operation
243 */ 243 */
244struct GNUNET_GNS_QueueEntry * 244struct GNUNET_GNS_ShortenRequest*
245GNUNET_GNS_shorten_zone (struct GNUNET_GNS_Handle *handle, 245GNUNET_GNS_shorten_zone (struct GNUNET_GNS_Handle *handle,
246 const char * name, 246 const char * name,
247 struct GNUNET_CRYPTO_ShortHashCode *private_zone, 247 struct GNUNET_CRYPTO_ShortHashCode *private_zone,
@@ -273,7 +273,7 @@ typedef void (*GNUNET_GNS_GetAuthResultProcessor) (void *cls,
273 * @param proc_cls closure for processor 273 * @param proc_cls closure for processor
274 * @return handle to the operation 274 * @return handle to the operation
275 */ 275 */
276struct GNUNET_GNS_QueueEntry * 276struct GNUNET_GNS_GetAuthRequest*
277GNUNET_GNS_get_authority (struct GNUNET_GNS_Handle *handle, 277GNUNET_GNS_get_authority (struct GNUNET_GNS_Handle *handle,
278 const char * name, 278 const char * name,
279 GNUNET_GNS_GetAuthResultProcessor proc, 279 GNUNET_GNS_GetAuthResultProcessor proc,