aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-20 22:07:10 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-20 22:07:10 +0100
commit2dee812c480c79a04ada98bb127cba513735c4e2 (patch)
tree5c166d5f9ae26294ad529802a09d68a16e9d0e87 /src/include/gnunet_namestore_service.h
parent923ed39493191b830e8f01b77042e4303e21ccd3 (diff)
downloadgnunet-2dee812c480c79a04ada98bb127cba513735c4e2.tar.gz
gnunet-2dee812c480c79a04ada98bb127cba513735c4e2.zip
reactivate test, fix misc warnings
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 0add8852a..6d3c07f1d 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -193,7 +193,7 @@ GNUNET_NAMESTORE_records_lookup (struct GNUNET_NAMESTORE_Handle *h,
193 * Returns at most one result to the processor. 193 * Returns at most one result to the processor.
194 * 194 *
195 * @param h handle to the namestore 195 * @param h handle to the namestore
196 * @param zone public key of the zone to look up in, never NULL 196 * @param zone private key of the zone to look up in, never NULL
197 * @param value_zone public key of the target zone (value), never NULL 197 * @param value_zone public key of the target zone (value), never NULL
198 * @param error_cb function to call on error (i.e. disconnect) 198 * @param error_cb function to call on error (i.e. disconnect)
199 * the handle is afterwards invalid 199 * the handle is afterwards invalid